git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8085586
)
bison-native: Disable packaged-staging
author
Tom Rini
<tom_rini@mentor.com>
Tue, 27 Jul 2010 23:25:28 +0000
(16:25 -0700)
committer
Tom Rini
<tom_rini@mentor.com>
Tue, 27 Jul 2010 23:25:28 +0000
(16:25 -0700)
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>
recipes/bison/bison.inc
patch
|
blob
|
history
diff --git
a/recipes/bison/bison.inc
b/recipes/bison/bison.inc
index
ba33102
..
22672e2
100644
(file)
--- 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 = "r
6
"
+INC_PR = "r
7
"
inherit autotools gettext
NATIVE_INSTALL_WORKS = "1"
BBCLASSEXTEND = "native"
+PSTAGING_DISABLED_virtclass-native = "1"