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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user