diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-07-29 23:59:42 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-07-30 00:02:10 +0100 |
commit | 80747190ccce6628ce8815cf856f6ab867a00b5d (patch) | |
tree | 07be151fe85a5cf4207b8606fbe566e339e105e5 /recipes-bsp/grub/grub_0.97.bb | |
parent | 27eafbb395fd4f607249b2e57085012e40283926 (diff) | |
download | meta-gplv2-80747190ccce6628ce8815cf856f6ab867a00b5d.tar.gz |
meta-gplv2: Convert to new override syntax
This converts the layer to the new override syntax. This was done using
<oe-core>/scripts/contrib/convert-overrides.py <this-layer>
with no manual fixes.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'recipes-bsp/grub/grub_0.97.bb')
-rw-r--r-- | recipes-bsp/grub/grub_0.97.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-bsp/grub/grub_0.97.bb b/recipes-bsp/grub/grub_0.97.bb index 3e4e12c..3845c94 100644 --- a/recipes-bsp/grub/grub_0.97.bb +++ b/recipes-bsp/grub/grub_0.97.bb | |||
@@ -9,7 +9,7 @@ LICENSE = "GPLv2+" | |||
9 | LIC_FILES_CHKSUM = "file://COPYING;md5=c93c0550bd3173f4504b2cbd8991e50b \ | 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=c93c0550bd3173f4504b2cbd8991e50b \ |
10 | file://grub/main.c;beginline=3;endline=9;md5=22a5f28d2130fff9f2a17ed54be90ed6" | 10 | file://grub/main.c;beginline=3;endline=9;md5=22a5f28d2130fff9f2a17ed54be90ed6" |
11 | 11 | ||
12 | RDEPENDS_${PN} = "diffutils" | 12 | RDEPENDS:${PN} = "diffutils" |
13 | PR = "r6" | 13 | PR = "r6" |
14 | 14 | ||
15 | SRC_URI = "http://alpha.gnu.org/gnu/grub/grub-${PV}.tar.gz; \ | 15 | SRC_URI = "http://alpha.gnu.org/gnu/grub/grub-${PV}.tar.gz; \ |
@@ -29,7 +29,7 @@ COMPATIBLE_HOST = "i.86.*-linux" | |||
29 | 29 | ||
30 | EXTRA_OECONF = "--without-curses" | 30 | EXTRA_OECONF = "--without-curses" |
31 | 31 | ||
32 | do_install_append_vmware() { | 32 | do_install:append_vmware() { |
33 | mkdir -p ${D}/boot/ | 33 | mkdir -p ${D}/boot/ |
34 | ln -sf ../usr/lib/grub/{$TARGET_ARCH}{$TARGET_VENDOR}/ ${D}/boot/grub | 34 | ln -sf ../usr/lib/grub/{$TARGET_ARCH}{$TARGET_VENDOR}/ ${D}/boot/grub |
35 | } | 35 | } |