From: Jack Mitchell Date: Tue, 4 Sep 2012 16:12:55 +0000 (+0100) Subject: scripts/cleanup-workdir: change autoconf-nativesdk to nativesdk-autoconf X-Git-Tag: rev_ivi_2015_02_04~15677 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0907095e7dbc9c099b594cf4cb5270cd6af0e7d5;p=scm%2Fbb%2Ftizen-distro.git scripts/cleanup-workdir: change autoconf-nativesdk to nativesdk-autoconf the autoconf-nativesdk package name was recently changed to nativesdk-autoconf which in turn broke the cleanup-workdir script. Changed the package to the correct name. (From OE-Core rev: 0df6904f8050c4305d90d9bb4c9cac279508d9ca) Signed-off-by: Jack Mitchell Signed-off-by: Richard Purdie --- diff --git a/scripts/cleanup-workdir b/scripts/cleanup-workdir index c748846..9d161c2 100755 --- a/scripts/cleanup-workdir +++ b/scripts/cleanup-workdir @@ -51,7 +51,7 @@ def get_cur_arch_dirs(workdir, arch_dirs): pattern = workdir + '/(.*?)/' # select thest 5 packages to get the dirs of current arch - pkgs = ['hicolor-icon-theme', 'base-files', 'acl-native', 'binutils-crosssdk', 'autoconf-nativesdk'] + pkgs = ['hicolor-icon-theme', 'base-files', 'acl-native', 'binutils-crosssdk', 'nativesdk-autoconf'] for pkg in pkgs: cmd = "bitbake -e " + pkg + " | grep ^IMAGE_ROOTFS="