From 4e62832980e7c7f1d205e67c6db89dcdff200b6b Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Wed, 3 Dec 2003 04:22:15 +0000 Subject: Remove unnecessary sets of the S variable, we have a sane default for that now. BKrev: 3fcd64f7p2VYsNYNbFnMtPYuY-5tZQ --- bootmenu/bootmenu_0.6.oe | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'bootmenu') diff --git a/bootmenu/bootmenu_0.6.oe b/bootmenu/bootmenu_0.6.oe index e69de29bb2..3faac47016 100644 --- a/bootmenu/bootmenu_0.6.oe +++ b/bootmenu/bootmenu_0.6.oe @@ -0,0 +1,16 @@ +DEPENDS = virtual/libc + +SRC_URI := http://www.cosmicpenguin.net/pub/bootmenu/${P}.tar.gz \ + file://${FILESDIR}/compile.patch;patch=1 + +EXTRA_OEMAKE = + +do_compile () { + cd src + oe_runmake 'CC=${CC}' 'CFLAGS=${CFLAGS}' 'LDFLAGS=${LDFLAGS}' +} + +do_install () { + cd src + oe_runmake 'PLUGINDIR=${datadir}/bootmenu' 'PREFIX=${bindir}' 'DESTDIR=${D}' install +} -- cgit v1.2.3