diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2022-11-07 15:54:55 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-11-08 22:47:16 +0000 |
commit | 4ec20a176929a0ce64ef6d6d2b95052e4708cf41 (patch) | |
tree | 1819fbab59796b6b8a97592eceb71a5bcc4f00c9 /meta/recipes-core/netbase/netbase_6.3.bb | |
parent | 5f93750e994085ab636e7ee41e4d22099cf7940f (diff) | |
download | poky-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/netbase_6.3.bb')
-rw-r--r-- | meta/recipes-core/netbase/netbase_6.3.bb | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/meta/recipes-core/netbase/netbase_6.3.bb b/meta/recipes-core/netbase/netbase_6.3.bb deleted file mode 100644 index bec6498cdd..0000000000 --- a/meta/recipes-core/netbase/netbase_6.3.bb +++ /dev/null | |||
@@ -1,23 +0,0 @@ | |||
1 | SUMMARY = "Basic TCP/IP networking support" | ||
2 | DESCRIPTION = "This package provides the necessary infrastructure for basic TCP/IP based networking" | ||
3 | HOMEPAGE = "http://packages.debian.org/netbase" | ||
4 | SECTION = "base" | ||
5 | LICENSE = "GPL-2.0-only" | ||
6 | LIC_FILES_CHKSUM = "file://debian/copyright;md5=3dd6192d306f582dee7687da3d8748ab" | ||
7 | PE = "1" | ||
8 | |||
9 | SRC_URI = "${DEBIAN_MIRROR}/main/n/${BPN}/${BPN}_${PV}.tar.xz" | ||
10 | |||
11 | inherit allarch | ||
12 | |||
13 | SRC_URI[sha256sum] = "7c42a6a1cafa0c64103c71cab6431fc8613179b2449a1a00e55e3584e860d81c" | ||
14 | |||
15 | UPSTREAM_CHECK_URI = "${DEBIAN_MIRROR}/main/n/netbase/" | ||
16 | |||
17 | do_install () { | ||
18 | install -d ${D}${sysconfdir} | ||
19 | install -m 0644 ${S}/etc/rpc ${D}${sysconfdir}/rpc | ||
20 | install -m 0644 ${S}/etc/protocols ${D}${sysconfdir}/protocols | ||
21 | install -m 0644 ${S}/etc/services ${D}${sysconfdir}/services | ||
22 | install -m 0644 ${S}/etc/ethertypes ${D}${sysconfdir}/ethertypes | ||
23 | } | ||