diff options
Diffstat (limited to 'bootmenu')
-rw-r--r-- | bootmenu/bootmenu_0.6.oe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bootmenu/bootmenu_0.6.oe b/bootmenu/bootmenu_0.6.oe index 803e344546..d711613acc 100644 --- a/bootmenu/bootmenu_0.6.oe +++ b/bootmenu/bootmenu_0.6.oe @@ -2,7 +2,7 @@ DEPENDS = "virtual/libc" DESCRIPTION = "Pluginable bootup menu." SRC_URI = "http://www.cosmicpenguin.net/pub/bootmenu/bootmenu-${PV}.tar.gz \ - file://${FILESDIR}/compile.patch;patch=1" + file://compile.patch;patch=1" EXTRA_OEMAKE = "" |