]> code.ossystems Code Review - openembedded-core.git/commitdiff
gperf: Convert to BBCLASSEXTEND
authorRichard Purdie <rpurdie@linux.intel.com>
Thu, 5 Nov 2009 13:49:46 +0000 (13:49 +0000)
committerRichard Purdie <rpurdie@linux.intel.com>
Fri, 13 Nov 2009 12:15:25 +0000 (12:15 +0000)
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
meta/packages/gperf/gperf-native_3.0.3.bb [deleted file]
meta/packages/gperf/gperf/autoreconf.patch [moved from meta/packages/gperf/files/autoreconf.patch with 100% similarity]
meta/packages/gperf/gperf_3.0.3.bb

diff --git a/meta/packages/gperf/gperf-native_3.0.3.bb b/meta/packages/gperf/gperf-native_3.0.3.bb
deleted file mode 100644 (file)
index 103d1aa..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-require gperf_${PV}.bb
-
-S = "${WORKDIR}/gperf-${PV}"
-
-inherit native
-
-do_stage() {
-    install -d ${STAGING_BINDIR_NATIVE}
-    install ${S}/src/gperf ${STAGING_BINDIR_NATIVE}
-}
index 7abfb8fbfbbf7f7c28adf504a0aaf891ffa78af6..ac8e46fece89b05ff435548071769ea0918de54a 100644 (file)
@@ -5,4 +5,8 @@ SUMMARY  = "Generate a perfect hash function from a set of keywords"
 SRC_URI  = "${GNU_MIRROR}/gperf/gperf-${PV}.tar.gz \
             file://autoreconf.patch;patch=1"
 
-inherit autotools
+inherit autotools_stage
+
+PR = "r1"
+
+BBCLASSEXTEND = "native"