[oe-commits] Jack Mitchell : scripts/cleanup-workdir: change autoconf-nativesdk to nativesdk-autoconf

git at git.openembedded.org git at git.openembedded.org
Tue Sep 4 17:09:31 UTC 2012


Module: openembedded-core.git
Branch: master
Commit: 0df6904f8050c4305d90d9bb4c9cac279508d9ca
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=0df6904f8050c4305d90d9bb4c9cac279508d9ca

Author: Jack Mitchell <jack.mitchell at dbbroadcast.co.uk>
Date:   Tue Sep  4 17:12:55 2012 +0100

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.

Signed-off-by: Jack Mitchell <jack.mitchell at dbbroadcast.co.uk>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 scripts/cleanup-workdir |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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="





More information about the Openembedded-commits mailing list