]> code.ossystems Code Review - openembedded-core.git/commitdiff
package_ipk.bbclass: Fix opkg config file generation
authorRichard Purdie <richard@openedhand.com>
Wed, 8 Oct 2008 19:16:08 +0000 (19:16 +0000)
committerRichard Purdie <richard@openedhand.com>
Wed, 8 Oct 2008 19:16:08 +0000 (19:16 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5466 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/classes/package_ipk.bbclass

index d99150ec56e15b541d462d27d13d9d3e5fb87ef5..3db863757066aa52ef086a8a438d0ed2b0b1e7f3 100644 (file)
@@ -95,8 +95,8 @@ package_update_index_ipk () {
 #
 package_generate_ipkg_conf () {
        package_generate_archlist
-       echo "src oe file:${DEPLOY_DIR_IPK}" > ${IPKGCONF_TARGET}
-       echo "src oe file:${DEPLOY_DIR_IPK}" > ${IPKGCONF_SDK}
+       echo "src oe file:${DEPLOY_DIR_IPK}" >> ${IPKGCONF_TARGET}
+       echo "src oe file:${DEPLOY_DIR_IPK}" >> ${IPKGCONF_SDK}
        ipkgarchs="${PACKAGE_ARCHS}"
        for arch in $ipkgarchs; do
                if [ -e ${DEPLOY_DIR_IPK}/$arch/Packages ] ; then