summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support
diff options
context:
space:
mode:
authorPeter Kjellerstedt <peter.kjellerstedt@axis.com>2018-09-24 21:03:11 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-10-10 17:59:09 +0100
commitc7bd5c98dd02f032cc9eb53aa65e13ebecc59b9f (patch)
treed3ba20954267998e88573b9bb6b4993e4a22fec5 /meta/recipes-support
parent2da0701a837fc4e91acb5d97a330ea7f446533d4 (diff)
downloadpoky-c7bd5c98dd02f032cc9eb53aa65e13ebecc59b9f.tar.gz
acl: Make it compatible with externalsrc
Make the subdir fetch path for configure.ac relative. This avoids the following error after having done `devtool modify acl`: ERROR: acl-2.2.52-r0 do_unpack: Unpack failure for URL: 'file://configure.ac;subdir=.../builds/qemux86-64/workspace/sources/acl'. subdir argument isn't a subdirectory of unpack root .../builds/qemux86-64/tmp/work/core2-64-poky-linux/acl/2.2.52-r0 (From OE-Core rev: 8a12bb7349bce29403077e18875563a9b0770838) Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support')
-rw-r--r--meta/recipes-support/attr/acl_2.2.52.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/attr/acl_2.2.52.bb b/meta/recipes-support/attr/acl_2.2.52.bb
index 8f3dc45cf7..8b89de9b42 100644
--- a/meta/recipes-support/attr/acl_2.2.52.bb
+++ b/meta/recipes-support/attr/acl_2.2.52.bb
@@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = "file://doc/COPYING;md5=c781d70ed2b4d48995b790403217a249 \
11DEPENDS = "attr" 11DEPENDS = "attr"
12 12
13SRC_URI = "${SAVANNAH_GNU_MIRROR}/acl/${BP}.src.tar.gz \ 13SRC_URI = "${SAVANNAH_GNU_MIRROR}/acl/${BP}.src.tar.gz \
14 file://configure.ac;subdir=${S} \ 14 file://configure.ac;subdir=${BP} \
15 file://run-ptest \ 15 file://run-ptest \
16 file://acl-fix-the-order-of-expected-output-of-getfacl.patch \ 16 file://acl-fix-the-order-of-expected-output-of-getfacl.patch \
17 file://test-fix-insufficient-quoting-of.patch \ 17 file://test-fix-insufficient-quoting-of.patch \