* [PATCH] scripts/cleanup-workdir: change autoconf-nativesdk to nativesdk-autoconf
@ 2012-09-04 16:12 ml
2012-09-04 21:36 ` Saul Wold
0 siblings, 1 reply; 2+ messages in thread
From: ml @ 2012-09-04 16:12 UTC (permalink / raw)
To: openembedded-core; +Cc: Jack Mitchell
From: Jack Mitchell <jack.mitchell@dbbroadcast.co.uk>
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>
---
scripts/cleanup-workdir | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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="
--
1.7.12
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] scripts/cleanup-workdir: change autoconf-nativesdk to nativesdk-autoconf
2012-09-04 16:12 [PATCH] scripts/cleanup-workdir: change autoconf-nativesdk to nativesdk-autoconf ml
@ 2012-09-04 21:36 ` Saul Wold
0 siblings, 0 replies; 2+ messages in thread
From: Saul Wold @ 2012-09-04 21:36 UTC (permalink / raw)
To: ml; +Cc: Jack Mitchell, openembedded-core
On 09/04/2012 09:12 AM, ml@communistcode.co.uk wrote:
> From: Jack Mitchell <jack.mitchell@dbbroadcast.co.uk>
>
> 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>
> ---
> scripts/cleanup-workdir | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> 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="
>
Merged into OE-Core
Thanks
Sau!
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-09-04 21:49 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-04 16:12 [PATCH] scripts/cleanup-workdir: change autoconf-nativesdk to nativesdk-autoconf ml
2012-09-04 21:36 ` Saul Wold
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox