diff options
| author | Alexander Kanavin <alex@linutronix.de> | 2025-06-16 11:49:55 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-06-20 12:07:26 +0100 |
| commit | e1f059f34e7f1e6a252aff1ec5b1eb3376bd4d65 (patch) | |
| tree | 462e8991da46338f64641d0319aa42d300c836a1 /meta/recipes-support/libpcre | |
| parent | 910442fedcbde1c8e26aa5416db7a97448d77bb3 (diff) | |
| download | poky-e1f059f34e7f1e6a252aff1ec5b1eb3376bd4d65.tar.gz | |
meta: set S to be in UNPACKDIR in recipes that explicitly set S
(From OE-Core rev: 7321cc17ae5483f17fe9cdffea7b62acd9d9c3a2)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/libpcre')
| -rw-r--r-- | meta/recipes-support/libpcre/libpcre2_10.45.bb | 2 | ||||
| -rw-r--r-- | meta/recipes-support/libpcre/libpcre_8.45.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-support/libpcre/libpcre2_10.45.bb b/meta/recipes-support/libpcre/libpcre2_10.45.bb index e82de0fa5b..4fbb8921c5 100644 --- a/meta/recipes-support/libpcre/libpcre2_10.45.bb +++ b/meta/recipes-support/libpcre/libpcre2_10.45.bb | |||
| @@ -19,7 +19,7 @@ SRC_URI[sha256sum] = "21547f3516120c75597e5b30a992e27a592a31950b5140e7b8bfde3f19 | |||
| 19 | 19 | ||
| 20 | CVE_PRODUCT = "pcre2" | 20 | CVE_PRODUCT = "pcre2" |
| 21 | 21 | ||
| 22 | S = "${WORKDIR}/pcre2-${PV}" | 22 | S = "${UNPACKDIR}/pcre2-${PV}" |
| 23 | 23 | ||
| 24 | PROVIDES += "pcre2" | 24 | PROVIDES += "pcre2" |
| 25 | DEPENDS += "bzip2 zlib" | 25 | DEPENDS += "bzip2 zlib" |
diff --git a/meta/recipes-support/libpcre/libpcre_8.45.bb b/meta/recipes-support/libpcre/libpcre_8.45.bb index 933bb00de6..67327065e4 100644 --- a/meta/recipes-support/libpcre/libpcre_8.45.bb +++ b/meta/recipes-support/libpcre/libpcre_8.45.bb | |||
| @@ -17,7 +17,7 @@ SRC_URI[sha256sum] = "4dae6fdcd2bb0bb6c37b5f97c33c2be954da743985369cddac3546e321 | |||
| 17 | 17 | ||
| 18 | CVE_PRODUCT = "pcre" | 18 | CVE_PRODUCT = "pcre" |
| 19 | 19 | ||
| 20 | S = "${WORKDIR}/pcre-${PV}" | 20 | S = "${UNPACKDIR}/pcre-${PV}" |
| 21 | 21 | ||
| 22 | PROVIDES += "pcre" | 22 | PROVIDES += "pcre" |
| 23 | DEPENDS += "bzip2 zlib" | 23 | DEPENDS += "bzip2 zlib" |
