summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/netbase/netbase_5.4.bb
diff options
context:
space:
mode:
authorMaxin B. John <maxin.john@intel.com>2017-01-13 14:57:10 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-01-19 22:47:21 +0000
commit43ef96a4d22fe8fc308800c4cd2a711069e2df6e (patch)
tree647bd210646c74d4975f9b73b381ce634817d871 /meta/recipes-core/netbase/netbase_5.4.bb
parent17a92e1fb0494d8026219b372af9a28006f9bc53 (diff)
downloadpoky-43ef96a4d22fe8fc308800c4cd2a711069e2df6e.tar.gz
netbase: upgrade to version 5.4
5.3 -> 5.4 Refreshed the following patch: a) netbase-add-rpcbind-as-an-alias-to-sunrpc.patch (From OE-Core rev: 3a63b7530377cb225c05a68fb8130d2ec3c3981c) Signed-off-by: Maxin B. John <maxin.john@intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/netbase/netbase_5.4.bb')
-rw-r--r--meta/recipes-core/netbase/netbase_5.4.bb25
1 files changed, 25 insertions, 0 deletions
diff --git a/meta/recipes-core/netbase/netbase_5.4.bb b/meta/recipes-core/netbase/netbase_5.4.bb
new file mode 100644
index 0000000000..5ab0c58f83
--- /dev/null
+++ b/meta/recipes-core/netbase/netbase_5.4.bb
@@ -0,0 +1,25 @@
1SUMMARY = "Basic TCP/IP networking support"
2DESCRIPTION = "This package provides the necessary infrastructure for basic TCP/IP based networking"
3HOMEPAGE = "http://packages.debian.org/netbase"
4SECTION = "base"
5LICENSE = "GPLv2"
6LIC_FILES_CHKSUM = "file://debian/copyright;md5=3dd6192d306f582dee7687da3d8748ab"
7PE = "1"
8
9SRC_URI = "http://snapshot.debian.org/archive/debian/20170112T093812Z/pool/main/n/${BPN}/${BPN}_${PV}.tar.xz \
10 file://netbase-add-rpcbind-as-an-alias-to-sunrpc.patch \
11 file://hosts"
12
13SRC_URI[md5sum] = "117cb70c55ef3c1c002f127812b114c1"
14SRC_URI[sha256sum] = "66ff73d2d162e2d49db43988d8b8cd328cf7fffca042db73397f14c71825e80d"
15
16UPSTREAM_CHECK_URI = "${DEBIAN_MIRROR}/main/n/netbase/"
17do_install () {
18 install -d ${D}/${mandir}/man8 ${D}${sysconfdir}
19 install -m 0644 ${WORKDIR}/hosts ${D}${sysconfdir}/hosts
20 install -m 0644 etc-rpc ${D}${sysconfdir}/rpc
21 install -m 0644 etc-protocols ${D}${sysconfdir}/protocols
22 install -m 0644 etc-services ${D}${sysconfdir}/services
23}
24
25CONFFILES_${PN} = "${sysconfdir}/hosts"