diff options
Diffstat (limited to 'bootmenu/bootmenu_0.6.oe')
-rw-r--r-- | bootmenu/bootmenu_0.6.oe | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/bootmenu/bootmenu_0.6.oe b/bootmenu/bootmenu_0.6.oe deleted file mode 100644 index c94efcaf90..0000000000 --- a/bootmenu/bootmenu_0.6.oe +++ /dev/null @@ -1,16 +0,0 @@ -DESCRIPTION = "Pluginable bootup menu." -SECTION = "base" -LICENSE = "GPL" - -SRC_URI = "http://www.cosmicpenguin.net/pub/bootmenu/bootmenu-${PV}.tar.gz \ - file://compile.patch;patch=1" - -EXTRA_OEMAKE = "" - -do_compile () { - oe_runmake -C src 'CC=${CC}' 'CFLAGS=${CFLAGS}' 'LDFLAGS=${LDFLAGS}' -} - -do_install () { - oe_runmake -C src 'PLUGINDIR=${datadir}/bootmenu' 'PREFIX=${bindir}' 'DESTDIR=${D}' install -} |