projects
/
opendreambox.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
opendreambox.conf: drop support for ipk package format
[opendreambox.git]
/
meta-opendreambox
/
recipes-core
/
distro-feed-configs
/
distro-feed-configs-deb_2.0.bb
1
PKGTYPE = "deb"
2
PKGCONFDIR = "${sysconfdir}/apt/sources.list.d"
3
PKGCONFSUFFIX = "list"
4
5
do_compile() {
6
for feed in ${FEED_ARCHS}; do
7
echo "deb ${DISTRO_FEED_URI}/${PKGTYPE}/$feed ./" > ${S}${PKGCONFDIR}/$feed-feed.${PKGCONFSUFFIX}
8
done
9
}
10
11
require distro-feed-configs.inc