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:
423fb49
)
sdcc-native: Add bison-native and flex-native to DEPENDS
author
Noor Ahsan
<noor_ahsan@mentor.com>
Mon, 16 Aug 2010 19:57:38 +0000
(19:57 +0000)
committer
Frans Meulenbroeks
<fransmeulenbroeks@gmail.com>
Thu, 19 Aug 2010 20:38:21 +0000
(22:38 +0200)
* configure script was giving error "Cannot find required program bison." and "Cannot find required program flex.". So added bison-native and flex-native to DEPENDS list.
* Bump PR to "r1".
Signed-off-by: Noor Ahsan <noor_ahsan@mentor.com>
recipes/sdcc/sdcc-native_2.8.0.bb
patch
|
blob
|
history
diff --git
a/recipes/sdcc/sdcc-native_2.8.0.bb
b/recipes/sdcc/sdcc-native_2.8.0.bb
index
60cebbe
..
ace693f
100644
(file)
--- a/
recipes/sdcc/sdcc-native_2.8.0.bb
+++ b/
recipes/sdcc/sdcc-native_2.8.0.bb
@@
-1,5
+1,6
@@
require sdcc_${PV}.bb
-DEPENDS = ""
+DEPENDS = "bison-native flex-native"
+PR = "r1"
# don't need native-tools patch here
SRC_URI = "${SOURCEFORGE_MIRROR}/sdcc/sdcc-src-${PV}.tar.bz2 \