summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2015-06-11 23:03:28 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-06-28 09:44:17 +0100
commit903cf70f3aa616a0ec1fa1d5b7f745c2e438014e (patch)
treeecf6d86aa029c3fa447e32d4d8b9214915c130b2 /meta/recipes-graphics
parent8045026d49e3f818868917a152768e930c58dafb (diff)
downloadast2050-yocto-poky-903cf70f3aa616a0ec1fa1d5b7f745c2e438014e.zip
ast2050-yocto-poky-903cf70f3aa616a0ec1fa1d5b7f745c2e438014e.tar.gz
wayland: Fix hardlink corruption issue
The way this code was working, the m4 file is hardlinked to the copies which would be packaged and could lead to the native m4 file being used in the target packages. By removing the file first the hardlink is broken and this avoids corruption (since cp uses open to change the file contents). (From OE-Core rev: 8f3be1925b9da20526a722149b03f697247ea1bf) (From OE-Core rev: 2ac51bcace97d16ca678d85e0100611fecfd818c) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r--meta/recipes-graphics/wayland/wayland_1.6.0.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-graphics/wayland/wayland_1.6.0.bb b/meta/recipes-graphics/wayland/wayland_1.6.0.bb
index 00713bf..6413a0a 100644
--- a/meta/recipes-graphics/wayland/wayland_1.6.0.bb
+++ b/meta/recipes-graphics/wayland/wayland_1.6.0.bb
@@ -36,5 +36,6 @@ do_install_append_class-native() {
}
sysroot_stage_all_append_class-target () {
+ rm ${SYSROOT_DESTDIR}/${datadir}/aclocal/wayland-scanner.m4
cp ${STAGING_DATADIR_NATIVE}/aclocal/wayland-scanner.m4 ${SYSROOT_DESTDIR}/${datadir}/aclocal/
}
OpenPOWER on IntegriCloud