diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2011-12-14 01:13:38 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-12-15 13:08:15 +0000 |
commit | 9cd65cca836f3c7503a94aae5b292c1b8867228c (patch) | |
tree | 0ad54827ea2678b00182be9bbf4cb32bf73ec493 /meta/recipes-bsp/grub | |
parent | cb39cfa8a53e17dca3d87b10aef329defc3e2212 (diff) | |
download | poky-9cd65cca836f3c7503a94aae5b292c1b8867228c.tar.gz |
grub_1.99.bb: drop 'PRIORITY = "optional"' as it is the default
(From OE-Core rev: 4279fdea7297223a488e93c702d83cf2e99f52f3)
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-bsp/grub')
-rw-r--r-- | meta/recipes-bsp/grub/grub_1.99.bb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-bsp/grub/grub_1.99.bb b/meta/recipes-bsp/grub/grub_1.99.bb index 8fe2be84ee..ac66e830bf 100644 --- a/meta/recipes-bsp/grub/grub_1.99.bb +++ b/meta/recipes-bsp/grub/grub_1.99.bb | |||
@@ -7,7 +7,6 @@ standard, which allows for flexible loading of multiple boot images." | |||
7 | 7 | ||
8 | HOMEPAGE = "http://www.gnu.org/software/grub/" | 8 | HOMEPAGE = "http://www.gnu.org/software/grub/" |
9 | SECTION = "bootloaders" | 9 | SECTION = "bootloaders" |
10 | PRIORITY = "optional" | ||
11 | 10 | ||
12 | LICENSE = "GPLv3" | 11 | LICENSE = "GPLv3" |
13 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" | 12 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" |