]> code.ossystems Code Review - openembedded-core.git/commitdiff
scripts/cleanup-workdir: change autoconf-nativesdk to nativesdk-autoconf
authorJack Mitchell <jack.mitchell@dbbroadcast.co.uk>
Tue, 4 Sep 2012 16:12:55 +0000 (17:12 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 4 Sep 2012 17:02:30 +0000 (18:02 +0100)
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.

Signed-off-by: Jack Mitchell <jack.mitchell@dbbroadcast.co.uk>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/cleanup-workdir

index c748846d7c674f45bacd2280acb65e6caaa9a1f2..9d161c24d1732cf20ec1535569e0f76f89e58ba6 100755 (executable)
@@ -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="