]> code.ossystems Code Review - openembedded-core.git/commitdiff
ipkg-collateral: mark /etc/ipkg.conf as configuration file (sync with OE)
authorMarcin Juszkiewicz <hrw@openedhand.com>
Fri, 19 Oct 2007 11:24:23 +0000 (11:24 +0000)
committerMarcin Juszkiewicz <hrw@openedhand.com>
Fri, 19 Oct 2007 11:24:23 +0000 (11:24 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2920 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/ipkg/ipkg-collateral.bb

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