mirror of
https://git.yoctoproject.org/poky
synced 2026-04-05 08:02:25 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
ee43939333
commit
2f12988794
@@ -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 ."
|
||||
|
||||
|
||||
Reference in New Issue
Block a user