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-26 15:52:18 +0100 |
commit | 34a54679b393c18efc8e11f0d6cb9a1e0b268fd2 (patch) | |
tree | ff721ca780f5c6fdb4037069834589876577b02e /packages/openmoko-projects/openmoko-community-repository.bb | |
parent | b6501b65a24fe332c69d1dd13e99f75ee3d2eb5a (diff) |
[openmoko] Fix the feed configuration
Make the package buildable again
Diffstat (limited to 'packages/openmoko-projects/openmoko-community-repository.bb')
-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" |