diff options
| author | Juro Bystricky <juro.bystricky@intel.com> | 2017-08-28 13:28:24 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-08-31 17:41:42 +0100 |
| commit | 2f12988794c2fdcd5bbd500c313c8151f9791070 (patch) | |
| tree | 4410450369b8635e28392b9f97dc2af119fc811b | |
| parent | ee4393933352805bc1da6cc34b3c5c695090455c (diff) | |
| download | poky-2f12988794c2fdcd5bbd500c313c8151f9791070.tar.gz | |
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>
| -rw-r--r-- | 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 47d958bf6b..fcadfa36f7 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() { | |||
| 50 | rm -f ${D}${base_libdir}/udev/hid2hci | 50 | rm -f ${D}${base_libdir}/udev/hid2hci |
| 51 | } | 51 | } |
| 52 | 52 | ||
| 53 | do_install_prepend_class-target () { | ||
| 54 | # Remove references to buildmachine | ||
| 55 | sed -i -e 's:${RECIPE_SYSROOT_NATIVE}::g' \ | ||
| 56 | ${B}/src/udev/keyboard-keys-from-name.h | ||
| 57 | } | ||
| 58 | |||
| 53 | INITSCRIPT_NAME = "udev" | 59 | INITSCRIPT_NAME = "udev" |
| 54 | INITSCRIPT_PARAMS = "start 04 S ." | 60 | INITSCRIPT_PARAMS = "start 04 S ." |
| 55 | 61 | ||
