summaryrefslogtreecommitdiffstats
path: root/meta/recipes-bsp
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2019-07-02 11:30:12 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-07-03 09:09:50 +0100
commitfd85639bf3092491123e8747e44e7b30648c85cf (patch)
tree018fbaaadffa5230c35e67212968a9d1fc54a9a1 /meta/recipes-bsp
parentaf10c620b1496bf5224d0628a92cb42e9cd362a8 (diff)
downloadopenembedded-core-contrib-fd85639bf3092491123e8747e44e7b30648c85cf.tar.gz
grub2: Drop unneeded code
We no longer export these variables into the environment so we no longer need this code. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-bsp')
-rw-r--r--meta/recipes-bsp/grub/grub2.inc4
1 files changed, 0 insertions, 4 deletions
diff --git a/meta/recipes-bsp/grub/grub2.inc b/meta/recipes-bsp/grub/grub2.inc
index bac2d7d414..20877e7735 100644
--- a/meta/recipes-bsp/grub/grub2.inc
+++ b/meta/recipes-bsp/grub/grub2.inc
@@ -63,10 +63,6 @@ BUILD_LDFLAGS = ""
CFLAGS_append = " -Wno-error"
do_configure_prepend() {
- # The grub2 configure script uses variables such as TARGET_CFLAGS etc
- # for its own purposes. Remove the OE versions from the environment to
- # avoid conflicts.
- unset TARGET_CPPFLAGS TARGET_CFLAGS TARGET_CXXFLAGS TARGET_LDFLAGS
( cd ${S}
${S}/autogen.sh )
}