diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2023-04-27 09:35:27 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-05-05 11:07:25 +0100 |
commit | 3f89c3ffdc60141a04f87b2a93bac716b02e215a (patch) | |
tree | 8f7191372bcc90963daafd9154185beca4047d3f /meta | |
parent | 1f21419fc8ba23220b661453fef4c8ed0e2b82e2 (diff) | |
download | poky-3f89c3ffdc60141a04f87b2a93bac716b02e215a.tar.gz |
dhcpcd: use git instead of tarballs
As announced here:
https://roy.marples.name/downloads/dhcpcd/
(From OE-Core rev: 6e317eaab45da2dea70d1485fdae93cfeea0db1d)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-connectivity/dhcpcd/dhcpcd_9.4.1.bb | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/meta/recipes-connectivity/dhcpcd/dhcpcd_9.4.1.bb b/meta/recipes-connectivity/dhcpcd/dhcpcd_9.4.1.bb index 579fa95df7..21b2eebbd8 100644 --- a/meta/recipes-connectivity/dhcpcd/dhcpcd_9.4.1.bb +++ b/meta/recipes-connectivity/dhcpcd/dhcpcd_9.4.1.bb | |||
@@ -9,9 +9,7 @@ HOMEPAGE = "http://roy.marples.name/projects/dhcpcd/" | |||
9 | LICENSE = "BSD-2-Clause" | 9 | LICENSE = "BSD-2-Clause" |
10 | LIC_FILES_CHKSUM = "file://LICENSE;md5=d148485768fe85b9f1072b186a7e9b4d" | 10 | LIC_FILES_CHKSUM = "file://LICENSE;md5=d148485768fe85b9f1072b186a7e9b4d" |
11 | 11 | ||
12 | UPSTREAM_CHECK_URI = "https://roy.marples.name/downloads/dhcpcd/" | 12 | SRC_URI = "git://github.com/NetworkConfiguration/dhcpcd;protocol=https;branch=dhcpcd-9 \ |
13 | |||
14 | SRC_URI = "https://roy.marples.name/downloads/${BPN}/${BPN}-${PV}.tar.xz \ | ||
15 | file://0001-remove-INCLUDEDIR-to-prevent-build-issues.patch \ | 13 | file://0001-remove-INCLUDEDIR-to-prevent-build-issues.patch \ |
16 | file://0001-20-resolv.conf-improve-the-sitation-of-working-with-.patch \ | 14 | file://0001-20-resolv.conf-improve-the-sitation-of-working-with-.patch \ |
17 | file://0001-privsep-Allow-getrandom-sysctl-for-newer-glibc.patch \ | 15 | file://0001-privsep-Allow-getrandom-sysctl-for-newer-glibc.patch \ |
@@ -22,7 +20,8 @@ SRC_URI = "https://roy.marples.name/downloads/${BPN}/${BPN}-${PV}.tar.xz \ | |||
22 | file://0001-dhcpcd.8-Fix-conflict-error-when-enable-multilib.patch \ | 20 | file://0001-dhcpcd.8-Fix-conflict-error-when-enable-multilib.patch \ |
23 | " | 21 | " |
24 | 22 | ||
25 | SRC_URI[sha256sum] = "819357634efed1ea5cf44ec01b24d3d3f8852fec8b4249925dcc5667c54e376c" | 23 | SRCREV = "3c458fc7fa4146029a1e4f9e98cd7e7adf03081a" |
24 | S = "${WORKDIR}/git" | ||
26 | 25 | ||
27 | inherit pkgconfig autotools-brokensep systemd useradd | 26 | inherit pkgconfig autotools-brokensep systemd useradd |
28 | 27 | ||