ipkg-collateral: added some tweaks from OpenZaurus
authorMarcin Juszkiewicz <hrw@openembedded.org>
Sun, 7 Jan 2007 16:23:06 +0000 (16:23 +0000)
committerMarcin Juszkiewicz <hrw@openembedded.org>
Sun, 7 Jan 2007 16:23:06 +0000 (16:23 +0000)
- packaging as 'all' as this is not arch specific
- marked ipkg.conf as CONFFILE to not get it removed on upgrade - close #1713

packages/ipkg/ipkg-collateral.bb

index b0e2a2e..ec45a10 100644 (file)
@@ -1,7 +1,8 @@
 DESCRIPTION = "ipkg configuration files"
 SECTION = "base"
 LICENSE = "MIT"
-PR = "r3"
+PR = "r5"
+PACKAGE_ARCH = "all"
 
 SRC_URI = " \
 file://ipkg.conf.comments      \
@@ -21,3 +22,5 @@ do_install () {
        install -d ${D}${sysconfdir}/
        install -m 0644 ${WORKDIR}/ipkg.conf ${D}${sysconfdir}/ipkg.conf
 }
+
+CONFFILES_${PN} = "${sysconfdir}/ipkg.conf"