diff options
-rw-r--r-- | bootmenu/bootmenu_0.6.oe | 1 | ||||
-rw-r--r-- | bootmenu/bootmenu_0.7.oe | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/bootmenu/bootmenu_0.6.oe b/bootmenu/bootmenu_0.6.oe index 964da36b8a..c94efcaf90 100644 --- a/bootmenu/bootmenu_0.6.oe +++ b/bootmenu/bootmenu_0.6.oe @@ -1,5 +1,6 @@ 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" diff --git a/bootmenu/bootmenu_0.7.oe b/bootmenu/bootmenu_0.7.oe index 17f1bc729f..f750d47083 100644 --- a/bootmenu/bootmenu_0.7.oe +++ b/bootmenu/bootmenu_0.7.oe @@ -1,6 +1,7 @@ DESCRIPTION = "Pluginable bootup menu." LICENSE="GPL" SECTION = "base" +LICENSE = "GPL" SRC_URI = "http://www.cosmicpenguin.net/pub/bootmenu/bootmenu-${PV}.tar.gz" |