* [Buildroot] [PATCH] pkg-stats: update list of packages to be skipped
@ 2012-02-11 16:41 Luca Ceresoli
2012-02-11 17:13 ` Arnout Vandecappelle
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Luca Ceresoli @ 2012-02-11 16:41 UTC (permalink / raw)
To: buildroot
Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net>
---
support/scripts/pkg-stats | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/support/scripts/pkg-stats b/support/scripts/pkg-stats
index 8228274..06d9d0d 100755
--- a/support/scripts/pkg-stats
+++ b/support/scripts/pkg-stats
@@ -78,7 +78,7 @@ cnt=0
for i in $(find package/ -name '*.mk') ; do
if test \
- $i = "package/java/java.mk" -o \
+ $i = "package/efl/efl.mk" -o \
$i = "package/games/games.mk" -o \
$i = "package/gtk2-themes/gtk2-themes.mk" -o \
$i = "package/multimedia/multimedia.mk" -o \
--
1.7.5.4
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [Buildroot] [PATCH] pkg-stats: update list of packages to be skipped
2012-02-11 16:41 [Buildroot] [PATCH] pkg-stats: update list of packages to be skipped Luca Ceresoli
@ 2012-02-11 17:13 ` Arnout Vandecappelle
2012-02-20 9:34 ` Luca Ceresoli
2012-02-26 18:47 ` Peter Korsgaard
2 siblings, 0 replies; 4+ messages in thread
From: Arnout Vandecappelle @ 2012-02-11 17:13 UTC (permalink / raw)
To: buildroot
On Saturday 11 February 2012 17:41:09 Luca Ceresoli wrote:
> Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net>
Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
> ---
> support/scripts/pkg-stats | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/support/scripts/pkg-stats b/support/scripts/pkg-stats
> index 8228274..06d9d0d 100755
> --- a/support/scripts/pkg-stats
> +++ b/support/scripts/pkg-stats
> @@ -78,7 +78,7 @@ cnt=0
> for i in $(find package/ -name '*.mk') ; do
>
> if test \
> - $i = "package/java/java.mk" -o \
> + $i = "package/efl/efl.mk" -o \
> $i = "package/games/games.mk" -o \
> $i = "package/gtk2-themes/gtk2-themes.mk" -o \
> $i = "package/multimedia/multimedia.mk" -o \
Alternatively, you can just skip mk-files that contain no : and no
'call [A-Z]*TARGETS'
Regards,
Arnout
--
Arnout Vandecappelle arnout at mind be
Senior Embedded Software Architect +32-16-286540
Essensium/Mind http://www.mind.be
G.Geenslaan 9, 3001 Leuven, Belgium BE 872 984 063 RPR Leuven
LinkedIn profile: http://www.linkedin.com/in/arnoutvandecappelle
GPG fingerprint: 7CB5 E4CC 6C2E EFD4 6E3D A754 F963 ECAB 2450 2F1F
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Buildroot] [PATCH] pkg-stats: update list of packages to be skipped
2012-02-11 16:41 [Buildroot] [PATCH] pkg-stats: update list of packages to be skipped Luca Ceresoli
2012-02-11 17:13 ` Arnout Vandecappelle
@ 2012-02-20 9:34 ` Luca Ceresoli
2012-02-26 18:47 ` Peter Korsgaard
2 siblings, 0 replies; 4+ messages in thread
From: Luca Ceresoli @ 2012-02-20 9:34 UTC (permalink / raw)
To: buildroot
Luca Ceresoli wrote:
> Signed-off-by: Luca Ceresoli<luca@lucaceresoli.net>
Bump.
Peter, as this is actually a fix I think it should go in the master branch
before the upcoming release.
Luca
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Buildroot] [PATCH] pkg-stats: update list of packages to be skipped
2012-02-11 16:41 [Buildroot] [PATCH] pkg-stats: update list of packages to be skipped Luca Ceresoli
2012-02-11 17:13 ` Arnout Vandecappelle
2012-02-20 9:34 ` Luca Ceresoli
@ 2012-02-26 18:47 ` Peter Korsgaard
2 siblings, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2012-02-26 18:47 UTC (permalink / raw)
To: buildroot
>>>>> "Luca" == Luca Ceresoli <luca@lucaceresoli.net> writes:
Luca> Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net>
Committed, thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2012-02-26 18:47 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-11 16:41 [Buildroot] [PATCH] pkg-stats: update list of packages to be skipped Luca Ceresoli
2012-02-11 17:13 ` Arnout Vandecappelle
2012-02-20 9:34 ` Luca Ceresoli
2012-02-26 18:47 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox