From d51550241e4d0948767c3a812b38bc7afaf1ca8c Mon Sep 17 00:00:00 2001 From: Saul Wold Date: Sat, 23 Jun 2012 12:13:09 -0700 Subject: resolvconf: Upgrade to 1.67 (From OE-Core rev: 1d56ae5b923346bd4f4c6e178e3429cd4e5ba8d0) Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- .../resolvconf/resolvconf_1.65.bb | 34 ---------------------- .../resolvconf/resolvconf_1.67.bb | 34 ++++++++++++++++++++++ 2 files changed, 34 insertions(+), 34 deletions(-) delete mode 100644 meta/recipes-connectivity/resolvconf/resolvconf_1.65.bb create mode 100644 meta/recipes-connectivity/resolvconf/resolvconf_1.67.bb (limited to 'meta/recipes-connectivity') diff --git a/meta/recipes-connectivity/resolvconf/resolvconf_1.65.bb b/meta/recipes-connectivity/resolvconf/resolvconf_1.65.bb deleted file mode 100644 index 9b7553d3e7..0000000000 --- a/meta/recipes-connectivity/resolvconf/resolvconf_1.65.bb +++ /dev/null @@ -1,34 +0,0 @@ -SUMMARY = "name server information handler" -DESCRIPTION = "Resolvconf is a framework for keeping track of the system's \ -information about currently available nameservers. It sets \ -itself up as the intermediary between programs that supply \ -nameserver information and programs that need nameserver \ -information." -SECTION = "console/network" -LICENSE = "GPLv2+" -LIC_FILES_CHKSUM = "file://COPYING;md5=c93c0550bd3173f4504b2cbd8991e50b" -AUTHOR = "Thomas Hood" -HOMEPAGE = "http://packages.debian.org/resolvconf" -RDEPENDS_${PN} = "bash" -PR = "r0" - -SRC_URI = "${DEBIAN_MIRROR}/main/r/resolvconf/resolvconf_${PV}.tar.gz" - -SRC_URI[md5sum] = "8411411956f986a43021fa7e71d1bae8" -SRC_URI[sha256sum] = "3876a50a71c5e3e08373b7e41d5ca9a6cf19cf48e9decb3ab0a7c67261d58785" - -inherit allarch - -do_compile () { - : -} - -do_install () { - install -d ${D}${sysconfdir} ${D}${base_sbindir} ${D}${localstatedir}/volatile/run/resolvconf/interface - install -d ${D}${mandir}/man8 ${D}${docdir}/${P} - cp -pPR etc/* ${D}${sysconfdir}/ - chown -R root:root ${D}${sysconfdir}/ - install -m 0755 bin/resolvconf ${D}${base_sbindir}/ - install -m 0644 README ${D}${docdir}/${P}/ - install -m 0644 man/resolvconf.8 ${D}${mandir}/man8/ -} diff --git a/meta/recipes-connectivity/resolvconf/resolvconf_1.67.bb b/meta/recipes-connectivity/resolvconf/resolvconf_1.67.bb new file mode 100644 index 0000000000..7eb49d1f95 --- /dev/null +++ b/meta/recipes-connectivity/resolvconf/resolvconf_1.67.bb @@ -0,0 +1,34 @@ +SUMMARY = "name server information handler" +DESCRIPTION = "Resolvconf is a framework for keeping track of the system's \ +information about currently available nameservers. It sets \ +itself up as the intermediary between programs that supply \ +nameserver information and programs that need nameserver \ +information." +SECTION = "console/network" +LICENSE = "GPLv2+" +LIC_FILES_CHKSUM = "file://COPYING;md5=c93c0550bd3173f4504b2cbd8991e50b" +AUTHOR = "Thomas Hood" +HOMEPAGE = "http://packages.debian.org/resolvconf" +RDEPENDS_${PN} = "bash" +PR = "r0" + +SRC_URI = "${DEBIAN_MIRROR}/main/r/resolvconf/resolvconf_${PV}.tar.gz" + +SRC_URI[md5sum] = "62da86743692cfe4290bee216ac6873e" +SRC_URI[sha256sum] = "31b6f4489f4a2912d854244c3dca159a6610d314bc3893b5ec6291cc23304571" + +inherit allarch + +do_compile () { + : +} + +do_install () { + install -d ${D}${sysconfdir} ${D}${base_sbindir} ${D}${localstatedir}/volatile/run/resolvconf/interface + install -d ${D}${mandir}/man8 ${D}${docdir}/${P} + cp -pPR etc/* ${D}${sysconfdir}/ + chown -R root:root ${D}${sysconfdir}/ + install -m 0755 bin/resolvconf ${D}${base_sbindir}/ + install -m 0644 README ${D}${docdir}/${P}/ + install -m 0644 man/resolvconf.8 ${D}${mandir}/man8/ +} -- cgit v1.2.3-54-g00ecf