git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e718d23
)
ipkg-collateral: added some tweaks from OpenZaurus
author
Marcin Juszkiewicz
<hrw@openembedded.org>
Sun, 7 Jan 2007 16:23:06 +0000
(16:23 +0000)
committer
Marcin Juszkiewicz
<hrw@openembedded.org>
Sun, 7 Jan 2007 16:23:06 +0000
(16:23 +0000)
- packaging as 'all' as this is not arch specific
- marked ipkg.conf as CONFFILE to not get it removed on upgrade - close #1713
packages/ipkg/ipkg-collateral.bb
patch
|
blob
|
history
diff --git
a/packages/ipkg/ipkg-collateral.bb
b/packages/ipkg/ipkg-collateral.bb
index
b0e2a2e
..
ec45a10
100644
(file)
--- 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"