From: Koen Kooi Date: Wed, 3 Mar 2010 13:28:16 +0000 (+0100) Subject: gperf-native: convert to new style staging and BBCLASSEXTEND X-Git-Tag: Release-2010-05/1~489^2~36 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ea8857e11221916a5256af11ddb010d9d82f8f23;p=openembedded.git gperf-native: convert to new style staging and BBCLASSEXTEND --- diff --git a/recipes/gperf/gperf-native_3.0.3.bb b/recipes/gperf/gperf-native_3.0.3.bb deleted file mode 100644 index 103d1aa3c2..0000000000 --- a/recipes/gperf/gperf-native_3.0.3.bb +++ /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} -} diff --git a/recipes/gperf/gperf_3.0.3.bb b/recipes/gperf/gperf_3.0.3.bb index 7abfb8fbfb..30b40be560 100644 --- a/recipes/gperf/gperf_3.0.3.bb +++ b/recipes/gperf/gperf_3.0.3.bb @@ -6,3 +6,6 @@ SRC_URI = "${GNU_MIRROR}/gperf/gperf-${PV}.tar.gz \ file://autoreconf.patch;patch=1" inherit autotools + +NATIVE_INSTALL_WORKS = "1" +BBCLASSEXTEND = "native"