aboutsummaryrefslogtreecommitdiffstats
path: root/bootmenu
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-03-24 15:18:35 +0000
committerChris Larson <clarson@kergoth.com>2004-03-24 15:18:35 +0000
commit19ff97c49f5e4b11eb395ce5e7b6a9a51171cdec (patch)
tree3797eff5681f7b7188f4e315c2b05fcd936f57e8 /bootmenu
parent85b9c66123293478a0618e3ba230adc266c85eea (diff)
downloadopenembedded-19ff97c49f5e4b11eb395ce5e7b6a9a51171cdec.tar.gz
Another pass of cleanups...
..cheated and made the parser temporarily more picky to spot the packages that need cleaning. BKrev: 4061a6cbKWfvpS3a5Dml4UNIp_LkNQ
Diffstat (limited to 'bootmenu')
-rw-r--r--bootmenu/bootmenu_0.6.oe2
-rw-r--r--bootmenu/bootmenu_0.7.oe3
2 files changed, 3 insertions, 2 deletions
diff --git a/bootmenu/bootmenu_0.6.oe b/bootmenu/bootmenu_0.6.oe
index c9fbb041d7..803e344546 100644
--- a/bootmenu/bootmenu_0.6.oe
+++ b/bootmenu/bootmenu_0.6.oe
@@ -4,7 +4,7 @@ DESCRIPTION = "Pluginable bootup menu."
SRC_URI = "http://www.cosmicpenguin.net/pub/bootmenu/bootmenu-${PV}.tar.gz \
file://${FILESDIR}/compile.patch;patch=1"
-EXTRA_OEMAKE =
+EXTRA_OEMAKE = ""
do_compile () {
oe_runmake -C src 'CC=${CC}' 'CFLAGS=${CFLAGS}' 'LDFLAGS=${LDFLAGS}'
diff --git a/bootmenu/bootmenu_0.7.oe b/bootmenu/bootmenu_0.7.oe
index 1cdac85154..8d8e10f601 100644
--- a/bootmenu/bootmenu_0.7.oe
+++ b/bootmenu/bootmenu_0.7.oe
@@ -3,7 +3,8 @@ DESCRIPTION = "Pluginable bootup menu."
SRC_URI = "http://www.cosmicpenguin.net/pub/bootmenu/bootmenu-${PV}.tar.gz"
-EXTRA_OEMAKE =
+EXTRA_OEMAKE = ""
+
do_compile () {
oe_runmake -C src 'CC=${CC}' 'CFLAGS=${CFLAGS}' 'LDFLAGS=${LDFLAGS}'
}