diff options
author | Noor Ahsan <noor_ahsan@mentor.com> | 2010-08-16 19:57:38 +0000 |
---|---|---|
committer | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2010-08-19 22:38:21 +0200 |
commit | 9c6ce0950e593a861d825e066845becabf2b14d8 (patch) | |
tree | 61bd8de673f272659a0c962f318c28b55d1ed9ca /recipes/sdcc/sdcc-native_2.8.0.bb | |
parent | 423fb49fa02ff3b5d102a70beef5090674a6e0cd (diff) |
sdcc-native: Add bison-native and flex-native to DEPENDS
* 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>
Diffstat (limited to 'recipes/sdcc/sdcc-native_2.8.0.bb')
-rw-r--r-- | recipes/sdcc/sdcc-native_2.8.0.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/sdcc/sdcc-native_2.8.0.bb b/recipes/sdcc/sdcc-native_2.8.0.bb index 60cebbe6af..ace693f58d 100644 --- 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 \ |