mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
networkd-dispatcher: Upgrade to 2.1
Drop gitlab archives and use git fetcher directly instead Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
5752f9954e
commit
a57f2a5e97
|
|
@ -12,9 +12,10 @@ inherit features_check systemd
|
|||
RDEPENDS_${PN} = "python3-pygobject python3-dbus"
|
||||
REQUIRED_DISTRO_FEATURES = "systemd"
|
||||
|
||||
SRC_URI = "https://gitlab.com/craftyguy/networkd-dispatcher/-/archive/${PV}/networkd-dispatcher-${PV}.tar.bz2"
|
||||
SRC_URI[md5sum] = "304d7dcc21331ea295e207f8493cb8d8"
|
||||
SRC_URI[sha256sum] = "21f84c3646a043329dc64787e4e58dfce592b2559b0e3069af82c469805660c2"
|
||||
SRCREV = "30e278e50749a60a930ceaa0971207c6436b8a0c"
|
||||
SRC_URI = "git://gitlab.com/craftyguy/networkd-dispatcher;protocol=https;nobranch=1"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
SYSTEMD_PACKAGES = "${PN}"
|
||||
SYSTEMD_SERVICE_${PN} = "networkd-dispatcher.service"
|
||||
Loading…
Reference in New Issue
Block a user