From: Marcin Juszkiewicz Date: Sun, 7 Jan 2007 16:23:06 +0000 (+0000) Subject: ipkg-collateral: added some tweaks from OpenZaurus X-Git-Tag: Release-2010-05/1~9431 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d8e1ca45de43a580b8b2388732b9a1880e05361d;p=openembedded.git ipkg-collateral: added some tweaks from OpenZaurus - packaging as 'all' as this is not arch specific - marked ipkg.conf as CONFFILE to not get it removed on upgrade - close #1713 --- diff --git a/packages/ipkg/ipkg-collateral.bb b/packages/ipkg/ipkg-collateral.bb index b0e2a2ed06..ec45a10e2d 100644 --- a/packages/ipkg/ipkg-collateral.bb +++ b/packages/ipkg/ipkg-collateral.bb @@ -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"