summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-connectivity
diff options
context:
space:
mode:
authorOleksandr Kravchuk <open.source@oleksandr-kravchuk.com>2019-07-01 19:43:40 +0200
committerKhem Raj <raj.khem@gmail.com>2019-07-10 09:24:32 -0700
commit9bd0009b34ffa7b39c98d3c0cfc8a48707ffa7fd (patch)
tree5caff52f843e4a955d4d8d0992ff5eebd7316c7e /meta-networking/recipes-connectivity
parent5341caddb7273038440c40837a5f573073b6b44c (diff)
downloadmeta-openembedded-9bd0009b34ffa7b39c98d3c0cfc8a48707ffa7fd.tar.gz
sethdlc: set PV in filename
Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking/recipes-connectivity')
-rw-r--r--meta-networking/recipes-connectivity/sethdlc/sethdlc_1.18.bb (renamed from meta-networking/recipes-connectivity/sethdlc/sethdlc.bb)4
1 files changed, 1 insertions, 3 deletions
diff --git a/meta-networking/recipes-connectivity/sethdlc/sethdlc.bb b/meta-networking/recipes-connectivity/sethdlc/sethdlc_1.18.bb
index fc304fae7..5c7180b6a 100644
--- a/meta-networking/recipes-connectivity/sethdlc/sethdlc.bb
+++ b/meta-networking/recipes-connectivity/sethdlc/sethdlc_1.18.bb
@@ -5,15 +5,13 @@ LICENSE = "GPLv2 & GPLv2+ "
5LIC_FILES_CHKSUM = "file://sethdlc.c;endline=10;md5=90f936879e9f8b755a138aeb348782eb" 5LIC_FILES_CHKSUM = "file://sethdlc.c;endline=10;md5=90f936879e9f8b755a138aeb348782eb"
6 6
7 7
8SRC_URI = "https://www.kernel.org/pub/linux/utils/net/hdlc/${BPN}-1.18.tar.gz \ 8SRC_URI = "https://www.kernel.org/pub/linux/utils/net/hdlc/${BP}.tar.gz \
9 file://sethdlc-fix-host-contamination.patch \ 9 file://sethdlc-fix-host-contamination.patch \
10" 10"
11SRC_URI[md5sum] = "9016878156a5eadb06c0bae71cc5c9ab" 11SRC_URI[md5sum] = "9016878156a5eadb06c0bae71cc5c9ab"
12SRC_URI[sha256sum] = "21b1e2e1cb0e288b0ec8fcfd9fed449914e0f8e6fc273706bd5b3d4f6ab6b04e" 12SRC_URI[sha256sum] = "21b1e2e1cb0e288b0ec8fcfd9fed449914e0f8e6fc273706bd5b3d4f6ab6b04e"
13 13
14 14
15S = "${WORKDIR}/${BPN}-1.18"
16
17PACKAGE_ARCH = "${MACHINE_ARCH}" 15PACKAGE_ARCH = "${MACHINE_ARCH}"
18DEPENDS = "virtual/kernel" 16DEPENDS = "virtual/kernel"
19 17