diff options
author | Holger Hans Peter Freyther <zecke@openmoko.org> | 2008-08-05 23:38:51 +0200 |
---|---|---|
committer | Holger Hans Peter Freyther <zecke@selfish.org> | 2008-10-27 17:51:46 +0100 |
commit | c942e2ee2c59bd2808a68379b4271f69df0013b2 (patch) | |
tree | b520dd3dec62fa704eea6f68b5ca86903362329d /packages | |
parent | aa76b93535c4562eead2f300415784098f7bcfaa (diff) |
openmoko: Fix the feed configuration Make the package buildable again
Diffstat (limited to 'packages')
-rw-r--r-- | packages/openmoko-projects/openmoko-community-repository.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/openmoko-projects/openmoko-community-repository.bb b/packages/openmoko-projects/openmoko-community-repository.bb index f652e0e6a5..d866558fb3 100644 --- a/packages/openmoko-projects/openmoko-community-repository.bb +++ b/packages/openmoko-projects/openmoko-community-repository.bb @@ -14,7 +14,7 @@ do_install () { PACKAGE_ARCH = "${MACHINE_ARCH}" -CONFFILES_${PN} += "${sysconfdir}/opkg/community-repository-feed.conf" +CONFFILES_${PN} += "${sysconfdir}/opkg/Multiverse-feed.conf" PKG_TAGS_${PN} = "group::repos" |