aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2007-09-04 13:25:32 +0000
committerKoen Kooi <koen@openembedded.org>2007-09-04 13:25:32 +0000
commit3083dcafc767779d0e7db4b73dd85d2b1989e20a (patch)
treed5ce2ec05f35f41ee90fe500670107d5afacb16a
parentf43cf6415d2ce98a083b84fb0ca0ba8a98a56558 (diff)
downloadopenembedded-3083dcafc767779d0e7db4b73dd85d2b1989e20a.tar.gz
angstrom-feed-configs: mark everything as conffiles so user edits get preserved
-rw-r--r--packages/angstrom/angstrom-feed-configs.bb11
1 files changed, 10 insertions, 1 deletions
diff --git a/packages/angstrom/angstrom-feed-configs.bb b/packages/angstrom/angstrom-feed-configs.bb
index 7645ee61ec..6730b6a044 100644
--- a/packages/angstrom/angstrom-feed-configs.bb
+++ b/packages/angstrom/angstrom-feed-configs.bb
@@ -1,6 +1,6 @@
DESCRIPTION = "Configuration files for online package repositories aka feeds"
-PR = "0"
+PR = "1"
PACKAGE_ARCH = "${MACHINE_ARCH}"
FEED_BASEPATH ?= "unstable/feed/"
@@ -21,3 +21,12 @@ do_install () {
install -m 0644 ${S}/${sysconfdir}/ipkg/* ${D}${sysconfdir}/ipkg/
}
+CONFFILES_${PN} += "${sysconfdir}/ipkg/base-feed.conf \
+ ${sysconfdir}/ipkg/debug-feed.conf \
+ ${sysconfdir}/ipkg/perl-feed.conf \
+ ${sysconfdir}/ipkg/python-feed.conf \
+ ${sysconfdir}/ipkg/gstreamer-feed.conf \
+ ${sysconfdir}/ipkg/${MACHINE_ARCH}-feed.conf \
+ ${sysconfdir}/ipkg/noarch-feed.conf \
+ "
+