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:
9c6ce09
)
sdcc-native: convert to new style staging, remove 'do_stage()'
author
Noor Ahsan
<noor_ahsan@mentor.com>
Mon, 16 Aug 2010 20:02:07 +0000
(20:02 +0000)
committer
Frans Meulenbroeks
<fransmeulenbroeks@gmail.com>
Thu, 19 Aug 2010 20:38:36 +0000
(22:38 +0200)
* Remove do_stage() function from the recipe. do_install function of autotools.bbclass replaces the do-stage function of the recipe.
* Bump PR to "r2"
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
ace693f
..
1cecef0
100644
(file)
--- a/
recipes/sdcc/sdcc-native_2.8.0.bb
+++ b/
recipes/sdcc/sdcc-native_2.8.0.bb
@@
-1,6
+1,6
@@
require sdcc_${PV}.bb
DEPENDS = "bison-native flex-native"
-PR = "r
1
"
+PR = "r
2
"
# don't need native-tools patch here
SRC_URI = "${SOURCEFORGE_MIRROR}/sdcc/sdcc-src-${PV}.tar.bz2 \
@@
-8,7
+8,3
@@
SRC_URI = "${SOURCEFORGE_MIRROR}/sdcc/sdcc-src-${PV}.tar.bz2 \
inherit native
-do_stage() {
- oe_runmake install
-}
-