summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/resolvconf/resolvconf_1.43.bb
diff options
context:
space:
mode:
authorQing He <qing.he@intel.com>2011-01-20 16:57:21 +0800
committerSaul Wold <sgw@linux.intel.com>2011-01-21 01:36:17 -0800
commit1c0f01f602e4d7da46658dc2d036dac83e37f058 (patch)
treefa097a398467da57220fe7ac96387ec6f49b0506 /meta/recipes-connectivity/resolvconf/resolvconf_1.43.bb
parent3900a23f92b6bfdd0125cf8e378b4be4bdef6f26 (diff)
downloadpoky-1c0f01f602e4d7da46658dc2d036dac83e37f058.tar.gz
resolvconf: upgrade to version 1.48
from 1.43 Signed-off-by: Qing He <qing.he@intel.com>
Diffstat (limited to 'meta/recipes-connectivity/resolvconf/resolvconf_1.43.bb')
-rw-r--r--meta/recipes-connectivity/resolvconf/resolvconf_1.43.bb35
1 files changed, 0 insertions, 35 deletions
diff --git a/meta/recipes-connectivity/resolvconf/resolvconf_1.43.bb b/meta/recipes-connectivity/resolvconf/resolvconf_1.43.bb
deleted file mode 100644
index 02aed1d9ab..0000000000
--- a/meta/recipes-connectivity/resolvconf/resolvconf_1.43.bb
+++ /dev/null
@@ -1,35 +0,0 @@
1SUMMARY = "name server information handler"
2DESCRIPTION = "Resolvconf is a framework for keeping track of the system's \
3information about currently available nameservers. It sets \
4itself up as the intermediary between programs that supply \
5nameserver information and programs that need nameserver \
6information."
7SECTION = "console/network"
8LICENSE = "GPLv2+"
9LIC_FILES_CHKSUM = "file://COPYING;md5=c93c0550bd3173f4504b2cbd8991e50b"
10AUTHOR = "Thomas Hood"
11HOMEPAGE = "http://packages.debian.org/resolvconf"
12DEPENDS = "bash"
13RDEPENDS_${PN} = "bash"
14PR = "r2"
15
16SRC_URI = "${DEBIAN_MIRROR}/main/r/resolvconf/resolvconf_${PV}.tar.gz"
17
18SRC_URI[md5sum] = "15faef2aba7b99782f3b0b8b5d30f80a"
19SRC_URI[sha256sum] = "17e1105cddd928adf7d47e050f9bb49557850687f800b3e24cbbf22933ff31ae"
20
21do_compile () {
22 :
23}
24
25do_install () {
26 install -d ${D}${sysconfdir} ${D}${sbindir} ${D}${base_sbindir} ${D}${localstatedir}/volatile/run/resolvconf/interface
27 install -d ${D}${mandir}/man8 ${D}${docdir}/${P}
28 cp -pPR etc/* ${D}${sysconfdir}/
29 install -m 0755 bin/resolvconf ${D}${base_sbindir}/
30 install -m 0644 README ${D}${docdir}/${P}/
31 install -m 0644 man/resolvconf.8 ${D}${mandir}/man8/
32}
33
34PACKAGE_ARCH = "all"
35