From: Matthias Hentges Date: Thu, 1 Mar 2007 03:59:20 +0000 (+0000) Subject: rootfs_ipk.bbclass: All good things... X-Git-Tag: Release-2010-05/1~9133^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cdd0e350a24d329c2332ed8e45f6e6ce7d6b1085;p=openembedded.git rootfs_ipk.bbclass: All good things... --- diff --git a/classes/rootfs_ipk.bbclass b/classes/rootfs_ipk.bbclass index c7b0b6cc1c..43ea5cecd0 100644 --- a/classes/rootfs_ipk.bbclass +++ b/classes/rootfs_ipk.bbclass @@ -42,12 +42,12 @@ rootfs_create_combined_feed() { # Set DEPLOY_ENABLE_OEFEED=1 to use the Packages files from ipk/ARCH/ (fast) OLD_PWD="$PWD" - mkdir -p "${DEPLOY_DIR}/oe-feed" - cd "${DEPLOY_DIR}/oe-feed" || exit 1 # To catch deleted / changed packages, we have to completly rebuild # the symlinks every time. test -d "${DEPLOY_DIR}/oe-feed" && rm -rf "${DEPLOY_DIR}/oe-feed/" + mkdir -p "${DEPLOY_DIR}/oe-feed" + cd "${DEPLOY_DIR}/oe-feed" || exit 1 case "${DEPLOY_ENABLE_OEFEED}" in 1) MAKE_INDEX_TYPE="fast" ;;