Message ID | 20250625180610.17641-3-reatmon@ti.com |
---|---|
State | Accepted |
Delegated to: | Ryan Eatmon |
Headers | show |
Series | [meta-arago,master,1/5] meta-arago/all: set S from UNPACKDIR in recipes that use only local files | expand |
diff --git a/meta-arago-extras/recipes-support/loki/libloki_0.1.7.bb b/meta-arago-extras/recipes-support/loki/libloki_0.1.7.bb index 7eda512b..cdcb9f48 100644 --- a/meta-arago-extras/recipes-support/loki/libloki_0.1.7.bb +++ b/meta-arago-extras/recipes-support/loki/libloki_0.1.7.bb @@ -13,7 +13,7 @@ SRC_URI = "http://libloki.sourcearchive.com/downloads/${PV}-3/${BPN}_${PV}.orig. SRC_URI[md5sum] = "af532c24a7f2e12d0829be8201934d92" SRC_URI[sha256sum] = "0c2094ce916b106731c8be61c32f538a22e1c0f8398bd5d6295b13d08e0c41a3" -S = "${WORKDIR}/${BPN}-${PV}.orig" +S = "${UNPACKDIR}/${BPN}-${PV}.orig" do_configure () { sed -i -e 's|^prefix.*$|prefix := ${D}${prefix}|g' ${S}/Makefile.common diff --git a/meta-arago-test/recipes-devtools/input-utils/input-utils_1.0.bb b/meta-arago-test/recipes-devtools/input-utils/input-utils_1.0.bb index 54c6b0fc..11062713 100644 --- a/meta-arago-test/recipes-devtools/input-utils/input-utils_1.0.bb +++ b/meta-arago-test/recipes-devtools/input-utils/input-utils_1.0.bb @@ -14,7 +14,7 @@ SRC_URI:append:arm = " file://0001-autoconf-fix-for-cross-compilation-for-ARM.pa SRC_URI[md5sum] = "3e58772e8647093b1de2f2c90bfb9ee8" SRC_URI[sha256sum] = "ab6f550f01bb5fcede492ab88711d82bacee4229cf2f5dc55a349b3bff4e3b13" -S = "${WORKDIR}/input-1.0" +S = "${UNPACKDIR}/input-1.0" do_compile () { oe_runmake
Signed-off-by: Ryan Eatmon <reatmon@ti.com> --- meta-arago-extras/recipes-support/loki/libloki_0.1.7.bb | 2 +- meta-arago-test/recipes-devtools/input-utils/input-utils_1.0.bb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)