diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2022-03-08 10:32:23 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-03-09 11:46:27 +0000 |
commit | 4247f1feec6b08f7de758746c20b34f6986c2751 (patch) | |
tree | 324a5659191809cda187ad30521b72d1867d81f2 /meta/recipes-extended | |
parent | 2c86f586d55d0f6b99053e3e4d14c9ee36fa8aa8 (diff) | |
download | poky-4247f1feec6b08f7de758746c20b34f6986c2751.tar.gz |
sysklogd: nobranch in SRC_URI is no longer necessary
(From OE-Core rev: b8f0f2609225855e65f6cb7068d0b015107a2dc5)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended')
-rw-r--r-- | meta/recipes-extended/sysklogd/sysklogd_2.3.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/sysklogd/sysklogd_2.3.0.bb b/meta/recipes-extended/sysklogd/sysklogd_2.3.0.bb index 0682ec1d63..7043f3d391 100644 --- a/meta/recipes-extended/sysklogd/sysklogd_2.3.0.bb +++ b/meta/recipes-extended/sysklogd/sysklogd_2.3.0.bb | |||
@@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=5b4be4b2549338526758ef479c040943 \ | |||
10 | 10 | ||
11 | inherit update-rc.d update-alternatives systemd autotools | 11 | inherit update-rc.d update-alternatives systemd autotools |
12 | 12 | ||
13 | SRC_URI = "git://github.com/troglobit/sysklogd.git;nobranch=1;protocol=https \ | 13 | SRC_URI = "git://github.com/troglobit/sysklogd.git;branch=master;protocol=https \ |
14 | file://sysklogd \ | 14 | file://sysklogd \ |
15 | " | 15 | " |
16 | 16 | ||