From dd0c52c7b43b8cf506d39c7b1c498c042d859485 Mon Sep 17 00:00:00 2001 From: Stefan Agner Date: Wed, 22 Oct 2014 18:53:08 +0200 Subject: lxrandr: use symlink to create configure.ac Solves issue when building lxrandr with persistent work directory: | mv: cannot stat '/build/linuxdev/yocto-autobuilder/yocto-worker/toradex/build/build/out-eglibc/work/armv7ahf-vfp-neon-angstrom-linux-gnueabi/lxrandr/0.1.2-r0/lxrandr-0.1.2/configure.in': No such file or directory --- recipes-lxde/lxrandr/lxrandr_0.1.2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-lxde/lxrandr/lxrandr_0.1.2.bb b/recipes-lxde/lxrandr/lxrandr_0.1.2.bb index 8fb0842..33a2260 100644 --- a/recipes-lxde/lxrandr/lxrandr_0.1.2.bb +++ b/recipes-lxde/lxrandr/lxrandr_0.1.2.bb @@ -14,7 +14,7 @@ SRC_URI[md5sum] = "8a7391581541bba58839ac11dbf5b575" SRC_URI[sha256sum] = "fb8139478f6cfeac6a2d8adb4e55e8cad099bfe2da7c82253c935ba719f9cf19" do_configure_prepend () { - mv ${S}/configure.in ${S}/configure.ac + ln -fs configure.in ${S}/configure.ac } inherit autotools gettext pkgconfig -- cgit v1.2.3