[gnome-continuous-yocto/gnomeostree-3.28-rocko: 7457/8267] eudev_3.2.2: improve reproducibility



commit 2f12988794c2fdcd5bbd500c313c8151f9791070
Author: Juro Bystricky <juro bystricky intel com>
Date:   Mon Aug 28 13:28:24 2017 -0700

    eudev_3.2.2: improve reproducibility
    
    Remove all host build references from the eudev-dbg package
    
    (From OE-Core rev: ac9a36933e0afaa3d1acecc4915f4cf318279f38)
    
    Signed-off-by: Juro Bystricky <juro bystricky intel com>
    Signed-off-by: Richard Purdie <richard purdie linuxfoundation org>

 meta/recipes-core/udev/eudev_3.2.2.bb |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)
---
diff --git a/meta/recipes-core/udev/eudev_3.2.2.bb b/meta/recipes-core/udev/eudev_3.2.2.bb
index 47d958b..fcadfa3 100644
--- a/meta/recipes-core/udev/eudev_3.2.2.bb
+++ b/meta/recipes-core/udev/eudev_3.2.2.bb
@@ -50,6 +50,12 @@ do_install_append() {
        rm -f ${D}${base_libdir}/udev/hid2hci
 }
 
+do_install_prepend_class-target () {
+       # Remove references to buildmachine
+       sed -i -e 's:${RECIPE_SYSROOT_NATIVE}::g' \
+               ${B}/src/udev/keyboard-keys-from-name.h
+}
+
 INITSCRIPT_NAME = "udev"
 INITSCRIPT_PARAMS = "start 04 S ."
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]