[oe-commits] Tom Rini : bison-native: Disable packaged-staging

git version control git at git.openembedded.org
Wed Jul 28 02:00:11 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: ef1eb7cdc96e74926d8e7e3d9468fb40cfb62c71
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=ef1eb7cdc96e74926d8e7e3d9468fb40cfb62c71

Author: Tom Rini <tom_rini at mentor.com>
Date:   Tue Jul 27 16:25:28 2010 -0700

bison-native: Disable packaged-staging

bison-native does some hard-coded path nastiness to the binary so
we disable packaged-staging.

Signed-off-by: Tom Rini <tom_rini at mentor.com>

---

 recipes/bison/bison.inc |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/recipes/bison/bison.inc b/recipes/bison/bison.inc
index ba33102..22672e2 100644
--- a/recipes/bison/bison.inc
+++ b/recipes/bison/bison.inc
@@ -8,9 +8,10 @@ DEPENDS = "virtual/libintl"
 SRC_URI = "${GNU_MIRROR}/bison/bison-${PV}.tar.gz \
 	   file://m4.patch"
 
-INC_PR = "r6"
+INC_PR = "r7"
 
 inherit autotools gettext
 
 NATIVE_INSTALL_WORKS = "1"
 BBCLASSEXTEND = "native"
+PSTAGING_DISABLED_virtclass-native = "1"





More information about the Openembedded-commits mailing list