summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/netbase
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2022-11-07 15:54:55 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-11-08 22:47:16 +0000
commit4ec20a176929a0ce64ef6d6d2b95052e4708cf41 (patch)
tree1819fbab59796b6b8a97592eceb71a5bcc4f00c9 /meta/recipes-core/netbase
parent5f93750e994085ab636e7ee41e4d22099cf7940f (diff)
downloadpoky-4ec20a176929a0ce64ef6d6d2b95052e4708cf41.tar.gz
netbase: upgrade 6.3 -> 6.4
License-Update: formatting, copyright years (From OE-Core rev: 3a4d6dba72bfce498af89b48ee464584b57b7695) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/netbase')
-rw-r--r--meta/recipes-core/netbase/netbase_6.4.bb (renamed from meta/recipes-core/netbase/netbase_6.3.bb)6
1 files changed, 4 insertions, 2 deletions
diff --git a/meta/recipes-core/netbase/netbase_6.3.bb b/meta/recipes-core/netbase/netbase_6.4.bb
index bec6498cdd..5a448a4b91 100644
--- a/meta/recipes-core/netbase/netbase_6.3.bb
+++ b/meta/recipes-core/netbase/netbase_6.4.bb
@@ -3,14 +3,14 @@ DESCRIPTION = "This package provides the necessary infrastructure for basic TCP/
3HOMEPAGE = "http://packages.debian.org/netbase" 3HOMEPAGE = "http://packages.debian.org/netbase"
4SECTION = "base" 4SECTION = "base"
5LICENSE = "GPL-2.0-only" 5LICENSE = "GPL-2.0-only"
6LIC_FILES_CHKSUM = "file://debian/copyright;md5=3dd6192d306f582dee7687da3d8748ab" 6LIC_FILES_CHKSUM = "file://debian/copyright;md5=78dd2c7c6f487348e4a0092c17a19d42"
7PE = "1" 7PE = "1"
8 8
9SRC_URI = "${DEBIAN_MIRROR}/main/n/${BPN}/${BPN}_${PV}.tar.xz" 9SRC_URI = "${DEBIAN_MIRROR}/main/n/${BPN}/${BPN}_${PV}.tar.xz"
10 10
11inherit allarch 11inherit allarch
12 12
13SRC_URI[sha256sum] = "7c42a6a1cafa0c64103c71cab6431fc8613179b2449a1a00e55e3584e860d81c" 13SRC_URI[sha256sum] = "fa6621826ff1150e581bd90bc3c8a4ecafe5df90404f207db6dcdf2c75f26ad7"
14 14
15UPSTREAM_CHECK_URI = "${DEBIAN_MIRROR}/main/n/netbase/" 15UPSTREAM_CHECK_URI = "${DEBIAN_MIRROR}/main/n/netbase/"
16 16
@@ -21,3 +21,5 @@ do_install () {
21 install -m 0644 ${S}/etc/services ${D}${sysconfdir}/services 21 install -m 0644 ${S}/etc/services ${D}${sysconfdir}/services
22 install -m 0644 ${S}/etc/ethertypes ${D}${sysconfdir}/ethertypes 22 install -m 0644 ${S}/etc/ethertypes ${D}${sysconfdir}/ethertypes
23} 23}
24
25S = "${WORKDIR}/netbase"