[gnome-continuous-yocto/gnomeostree-3.28-rocko: 206/8267] grub2.inc: Use SYSROOT_DIRS_BLACKLIST to exclude dirs from the sysroot
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-continuous-yocto/gnomeostree-3.28-rocko: 206/8267] grub2.inc: Use SYSROOT_DIRS_BLACKLIST to exclude dirs from the sysroot
- Date: Sat, 16 Dec 2017 20:06:07 +0000 (UTC)
commit 2997f017dccf4090815c914004664b235ca8ff4a
Author: Peter Kjellerstedt <peter kjellerstedt axis com>
Date: Thu May 12 10:37:59 2016 +0200
grub2.inc: Use SYSROOT_DIRS_BLACKLIST to exclude dirs from the sysroot
(From OE-Core rev: 9a871ccbdd5224e7d0e2354c0842be742c96eda4)
Signed-off-by: Richard Purdie <richard purdie linuxfoundation org>
meta/recipes-bsp/grub/grub2.inc | 5 +----
1 files changed, 1 insertions(+), 4 deletions(-)
---
diff --git a/meta/recipes-bsp/grub/grub2.inc b/meta/recipes-bsp/grub/grub2.inc
index 146dde6..dd1ffe2 100644
--- a/meta/recipes-bsp/grub/grub2.inc
+++ b/meta/recipes-bsp/grub/grub2.inc
@@ -63,7 +63,4 @@ do_configure_prepend() {
# grub and grub-efi's sysroot/${datadir}/grub/grub-mkconfig_lib are
# conflicted, remove it since no one uses it.
-SYSROOT_PREPROCESS_FUNCS_class-target += "remove_sysroot_mkconfig_lib"
-remove_sysroot_mkconfig_lib() {
- rm -r "${SYSROOT_DESTDIR}${datadir}/grub/grub-mkconfig_lib"
-}
+SYSROOT_DIRS_BLACKLIST += "${datadir}/grub/grub-mkconfig_lib"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]