Message ID | 20250625180610.17641-4-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-test/recipes-benchmark/iperf/iperf_2.0.5.bb b/meta-arago-test/recipes-benchmark/iperf/iperf_2.0.5.bb index 5642dbd2..f073894f 100644 --- a/meta-arago-test/recipes-benchmark/iperf/iperf_2.0.5.bb +++ b/meta-arago-test/recipes-benchmark/iperf/iperf_2.0.5.bb @@ -15,8 +15,6 @@ SRC_URI = " ${SOURCEFORGE_MIRROR}/iperf/${BP}.tar.gz \ SRC_URI[md5sum] = "44b5536b67719f4250faed632a3cd016" SRC_URI[sha256sum] = "636b4eff0431cea80667ea85a67ce4c68698760a9837e1e9d13096d20362265b" -S = "${WORKDIR}/${BP}" - inherit autotools pkgconfig EXTRA_OECONF = "--exec-prefix=${STAGING_DIR_HOST}${layout_exec_prefix}" diff --git a/meta-arago-test/recipes-connectivity/openntpd/openntpd_6.8p1.bb b/meta-arago-test/recipes-connectivity/openntpd/openntpd_6.8p1.bb index 842332df..6a3c64d1 100644 --- a/meta-arago-test/recipes-connectivity/openntpd/openntpd_6.8p1.bb +++ b/meta-arago-test/recipes-connectivity/openntpd/openntpd_6.8p1.bb @@ -11,7 +11,6 @@ SRC_URI = "https://cdn.openbsd.org/pub/OpenBSD/OpenNTPD/${P}.tar.gz" SRC_URI[md5sum] = "7c68ce2627b2ea13f2b95db1ef4fcfc5" SRC_URI[sha256sum] = "8582db838a399153d4a17f2a76518b638cc3020f58028575bf54127518f55a46" -S = "${WORKDIR}/openntpd-${PV}" inherit autotools LDFLAGS += "-lrt"
The default setting for S works fine, there is no nead to change the value. Signed-off-by: Ryan Eatmon <reatmon@ti.com> --- meta-arago-test/recipes-benchmark/iperf/iperf_2.0.5.bb | 2 -- meta-arago-test/recipes-connectivity/openntpd/openntpd_6.8p1.bb | 1 - 2 files changed, 3 deletions(-)