diff options
author | nslu2-linux.adm@bkbits.net <nslu2-linux.adm@bkbits.net> | 2005-05-22 19:40:07 +0000 |
---|---|---|
committer | nslu2-linux.adm@bkbits.net <nslu2-linux.adm@bkbits.net> | 2005-05-22 19:40:07 +0000 |
commit | 67f40301bc73833190673046f85a974746c2b546 (patch) | |
tree | 4e514144861e37c7ef028a9a83ecdaadfcc641f4 /packages/resolvconf | |
parent | 59feda89ff9ebf94ec964f72605ac71aa130ac14 (diff) |
Merge bk://oe-devel.bkbits.net/openembedded
into bkbits.net:/repos/n/nslu2-linux/openembedded
2005/05/22 21:26:17+02:00 hrw.one.pl!hrw
removed old UAE - not fetchable
2005/05/22 21:21:59+02:00 hrw.one.pl!hrw
fixed SRC_URI for gsl
2005/05/22 21:16:54+02:00 hrw.one.pl!hrw
updated zip to 2.31
2005/05/22 21:16:08+02:00 hrw.one.pl!hrw
SRC_URI fix for fget
2005/05/22 20:59:24+02:00 hrw.one.pl!hrw
updated fget to 1.3.3
2005/05/22 20:53:23+02:00 hrw.one.pl!hrw
removed cvs 1.11.14 - unfetchable version
2005/05/22 20:46:03+02:00 hrw.one.pl!hrw
Merge bk://oe-devel@oe-devel.bkbits.net/openembedded/
into home.hrw.one.pl:/home/hrw/zaurus/oe/openembedded
2005/05/22 20:43:47+02:00 hrw.one.pl!hrw
updated resolvconf to 1.28
2005/05/22 20:43:00+02:00 hrw.one.pl!hrw
unified building of ntp, ntp-ssl
BKrev: 4290e017DUGijvo0fG1_Y9hPbZK0eg
Diffstat (limited to 'packages/resolvconf')
-rw-r--r-- | packages/resolvconf/resolvconf_1.22.bb | 27 | ||||
-rw-r--r-- | packages/resolvconf/resolvconf_1.28.bb | 0 |
2 files changed, 0 insertions, 27 deletions
diff --git a/packages/resolvconf/resolvconf_1.22.bb b/packages/resolvconf/resolvconf_1.22.bb deleted file mode 100644 index 5f340ff0cf..0000000000 --- a/packages/resolvconf/resolvconf_1.22.bb +++ /dev/null @@ -1,27 +0,0 @@ -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 = "GPL" -AUTHOR = "Thomas Hood" -HOMEPAGE = "http://packages.debian.org/resolvconf" -DEPENDS = "bash" -RDEPENDS = "bash" -PR = "r1" - -SRC_URI = "${DEBIAN_MIRROR}/main/r/resolvconf/resolvconf_${PV}.tar.gz" - -do_compile () { - : -} - -do_install () { - install -d ${D}${sysconfdir} ${D}${sbindir} ${D}${base_sbindir} ${D}${localstatedir}/run/resolvconf/interface - install -d ${D}${mandir}/man8 ${D}${docdir}/${P} - cp -a etc/* ${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/packages/resolvconf/resolvconf_1.28.bb b/packages/resolvconf/resolvconf_1.28.bb new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/packages/resolvconf/resolvconf_1.28.bb |