diff options
author | Tom Rini <tom_rini@mentor.com> | 2010-07-27 16:25:28 -0700 |
---|---|---|
committer | Tom Rini <tom_rini@mentor.com> | 2010-07-27 16:25:28 -0700 |
commit | ef1eb7cdc96e74926d8e7e3d9468fb40cfb62c71 (patch) | |
tree | c188523f6010840d98dfcd8f2a7ad2406daacaec /recipes/bison | |
parent | 8085586dd2ae51c9cddb3adf865acbdcb502db53 (diff) |
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@mentor.com>
Diffstat (limited to 'recipes/bison')
-rw-r--r-- | 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 ba33102a54..22672e24a8 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" |