mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-19 21:09:03 +02:00

(From OE-Core rev: 2d52ca3beacfd7a91581afa3fb02481f292869e1) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
22 lines
881 B
BlitzBasic
22 lines
881 B
BlitzBasic
SUMMARY = "Basic TCP/IP networking support"
|
|
DESCRIPTION = "This package provides the necessary infrastructure for basic TCP/IP based networking"
|
|
HOMEPAGE = "http://packages.debian.org/netbase"
|
|
SECTION = "base"
|
|
LICENSE = "GPLv2"
|
|
LIC_FILES_CHKSUM = "file://debian/copyright;md5=3dd6192d306f582dee7687da3d8748ab"
|
|
PE = "1"
|
|
|
|
SRC_URI = "${DEBIAN_MIRROR}/main/n/${BPN}/${BPN}_${PV}.tar.xz \
|
|
file://netbase-add-rpcbind-as-an-alias-to-sunrpc.patch"
|
|
|
|
SRC_URI[md5sum] = "7ad156272c5a42f49c73386ff39c8624"
|
|
SRC_URI[sha256sum] = "5d93a099deb28869b7306e914700fafbd293b55bdb5df05a5aa6effd0af5930c"
|
|
|
|
UPSTREAM_CHECK_URI = "${DEBIAN_MIRROR}/main/n/netbase/"
|
|
do_install () {
|
|
install -d ${D}/${mandir}/man8 ${D}${sysconfdir}
|
|
install -m 0644 etc-rpc ${D}${sysconfdir}/rpc
|
|
install -m 0644 etc-protocols ${D}${sysconfdir}/protocols
|
|
install -m 0644 etc-services ${D}${sysconfdir}/services
|
|
}
|