diff options
Diffstat (limited to 'bootmenu/bootmenu_0.7.oe')
-rw-r--r-- | bootmenu/bootmenu_0.7.oe | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/bootmenu/bootmenu_0.7.oe b/bootmenu/bootmenu_0.7.oe deleted file mode 100644 index f750d47083..0000000000 --- a/bootmenu/bootmenu_0.7.oe +++ /dev/null @@ -1,16 +0,0 @@ -DESCRIPTION = "Pluginable bootup menu." -LICENSE="GPL" -SECTION = "base" -LICENSE = "GPL" - -SRC_URI = "http://www.cosmicpenguin.net/pub/bootmenu/bootmenu-${PV}.tar.gz" - -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 -} |