From: Marcin Juszkiewicz Date: Mon, 1 Mar 2010 14:44:43 +0000 (+0100) Subject: bison: merged Poky changes (BBEXTENDCLASS + new staging) X-Git-Tag: Release-2010-05/1~489^2~61 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eaa2d77d79d81ceeac9b82f0c98ad86882821f80;p=openembedded.git bison: merged Poky changes (BBEXTENDCLASS + new staging) Signed-off-by: Marcin Juszkiewicz --- diff --git a/recipes/bison/bison-native_2.0.bb b/recipes/bison/bison-native_2.0.bb deleted file mode 100644 index 760295db6d..0000000000 --- a/recipes/bison/bison-native_2.0.bb +++ /dev/null @@ -1,21 +0,0 @@ -require bison_${PV}.bb -SECTION = "devel" -FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/bison-${PV}" -S = "${WORKDIR}/bison-${PV}" -PR = "r2" - -inherit native autotools - -do_stage() { - rm -f ${STAGING_BINDIR}/yacc - rm -f ${STAGING_BINDIR}/bison - install -m 0755 src/bison ${STAGING_BINDIR}/ - cat >${STAGING_BINDIR}/yacc <${STAGING_BINDIR}/yacc <> bison-2.3-r0: /usr/lib/liby.a # That one is a special case: it wants to stay in the main bison package, @@ -17,4 +8,3 @@ inherit autotools # static-only library; that might be an error. FILES_${PN} += "${libdir}/liby.a" -