1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 17:19:20 +00:00

ipkg-collateral: mark /etc/ipkg.conf as configuration file (sync with OE)

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2920 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Marcin Juszkiewicz
2007-10-19 11:24:23 +00:00
parent ed93f4dee3
commit 548750d58c
+3 -1
View 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"