mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 13:09:50 +00:00
package_ipk.bbclass: Fix opkg config file generation
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5466 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -95,8 +95,8 @@ package_update_index_ipk () {
|
|||||||
#
|
#
|
||||||
package_generate_ipkg_conf () {
|
package_generate_ipkg_conf () {
|
||||||
package_generate_archlist
|
package_generate_archlist
|
||||||
echo "src oe file:${DEPLOY_DIR_IPK}" > ${IPKGCONF_TARGET}
|
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_SDK}
|
||||||
ipkgarchs="${PACKAGE_ARCHS}"
|
ipkgarchs="${PACKAGE_ARCHS}"
|
||||||
for arch in $ipkgarchs; do
|
for arch in $ipkgarchs; do
|
||||||
if [ -e ${DEPLOY_DIR_IPK}/$arch/Packages ] ; then
|
if [ -e ${DEPLOY_DIR_IPK}/$arch/Packages ] ; then
|
||||||
|
|||||||
Reference in New Issue
Block a user