summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-daemons
diff options
context:
space:
mode:
Diffstat (limited to 'meta-networking/recipes-daemons')
-rw-r--r--meta-networking/recipes-daemons/networkd-dispatcher/networkd-dispatcher_2.0.1.bb (renamed from meta-networking/recipes-daemons/networkd-dispatcher/networkd-dispatcher.bb)8
1 files changed, 3 insertions, 5 deletions
diff --git a/meta-networking/recipes-daemons/networkd-dispatcher/networkd-dispatcher.bb b/meta-networking/recipes-daemons/networkd-dispatcher/networkd-dispatcher_2.0.1.bb
index 050a93824..affd0aae0 100644
--- a/meta-networking/recipes-daemons/networkd-dispatcher/networkd-dispatcher.bb
+++ b/meta-networking/recipes-daemons/networkd-dispatcher/networkd-dispatcher_2.0.1.bb
@@ -15,11 +15,9 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=84dcc94da3adb52b53ae4fa38fe49e5d"
15 15
16RDEPENDS_${PN} = "systemd python3 python3-pygobject python3-dbus" 16RDEPENDS_${PN} = "systemd python3 python3-pygobject python3-dbus"
17 17
18SRC_URI = "git://gitlab.com/craftyguy/networkd-dispatcher.git;protocol=https" 18SRC_URI = "https://gitlab.com/craftyguy/networkd-dispatcher/-/archive/${PV}/networkd-dispatcher-${PV}.tar.bz2"
19SRCREV = "c7e25623a161b64618ea778541c064d2a1df086b" 19SRC_URI[md5sum] = "304d7dcc21331ea295e207f8493cb8d8"
20PV = "1.7+git${SRCPV}" 20SRC_URI[sha256sum] = "21f84c3646a043329dc64787e4e58dfce592b2559b0e3069af82c469805660c2"
21
22S = "${WORKDIR}/git"
23 21
24# Nothing to build, just a python script to install 22# Nothing to build, just a python script to install
25do_configure[noexec] = "1" 23do_configure[noexec] = "1"