summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/libpipeline
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2025-02-25 14:26:34 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-02-27 10:55:16 +0000
commit937758dc139278870d5381e87b16fa1e8a088169 (patch)
treeba667f9df05f3d5a23e3ab76e239383f5ebc16dc /meta/recipes-extended/libpipeline
parenta4b1fa2b22794d59fee716afe6e269dae7f87ace (diff)
downloadpoky-937758dc139278870d5381e87b16fa1e8a088169.tar.gz
recipes/*: remove obsolete use of acpaths
The bulk of these recipes used acpaths to work around argument list limits as we passed the full path to every directory. As this behaviour no longer happens we can remove these workarounds. (From OE-Core rev: c4336f1b0da981b3ea396b17779b67898bceccef) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/libpipeline')
-rw-r--r--meta/recipes-extended/libpipeline/libpipeline_1.5.8.bb2
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/recipes-extended/libpipeline/libpipeline_1.5.8.bb b/meta/recipes-extended/libpipeline/libpipeline_1.5.8.bb
index bd3f40ab82..1f6de1d925 100644
--- a/meta/recipes-extended/libpipeline/libpipeline_1.5.8.bb
+++ b/meta/recipes-extended/libpipeline/libpipeline_1.5.8.bb
@@ -10,5 +10,3 @@ SRC_URI = "${SAVANNAH_GNU_MIRROR}/libpipeline/libpipeline-${PV}.tar.gz"
10SRC_URI[sha256sum] = "1b1203ca152ccd63983c3f2112f7fe6fa5afd453218ede5153d1b31e11bb8405" 10SRC_URI[sha256sum] = "1b1203ca152ccd63983c3f2112f7fe6fa5afd453218ede5153d1b31e11bb8405"
11 11
12inherit pkgconfig autotools 12inherit pkgconfig autotools
13
14acpaths = "-I ${S}/gl/m4 -I ${S}/m4"