Commit c403fedb authored by Jerzy Grzegorek's avatar Jerzy Grzegorek Committed by Peter Korsgaard
Browse files

pkg-stats: update set of files to skip



In BR sub-directory boot/ linux/ and package/ there are a few .mk files which
aren't <package>.mk files. These files shouldn't be taken into account
in package statistics.

Signed-off-by: default avatarJerzy Grzegorek <jerzy.grzegorek@trzebnica.net>
Signed-off-by: default avatarPeter Korsgaard <jacmet@sunsite.dk>
parent 9c13f1aa
Loading
Loading
Loading
Loading
+10 −7
Original line number Diff line number Diff line
@@ -87,18 +87,21 @@ for i in $(find boot/ linux/ package/ -name '*.mk' | sort) ; do
	$i = "boot/common.mk" -o \
	$i = "linux/linux-ext-xenomai.mk" -o \
	$i = "linux/linux-ext-rtai.mk" -o \
	$i = "linux/linux-ext-ocf-linux.mk" -o \
	$i = "package/efl/efl.mk" -o \
	$i = "package/games/games.mk" -o \
	$i = "package/freescale-imx/freescale-imx.mk" -o \
	$i = "package/gcc/gcc.mk" -o \
	$i = "package/gstreamer/gstreamer.mk" -o \
	$i = "package/gstreamer1/gstreamer1.mk" -o \
	$i = "package/gtk2-themes/gtk2-themes.mk" -o \
	$i = "package/multimedia/multimedia.mk" -o \
	$i = "package/matchbox/matchbox.mk" -o \
	$i = "package/opengl/opengl.mk" -o \
	$i = "package/qt5/qt5.mk" -o \
	$i = "package/x11r7/x11r7.mk" -o \
 	$i = "package/pkg-autotools.mk" -o \
 	$i = "package/pkg-cmake.mk" -o \
 	$i = "package/pkg-generic.mk" -o \
 	$i = "package/pkg-utils.mk" -o \
	$i = "package/pkg-download.mk" -o \
	$i = "package/matchbox/matchbox.mk" -o \
	$i = "package/x11r7/x11r7.mk" ; then
 	$i = "package/pkg-generic.mk" -o \
 	$i = "package/pkg-utils.mk" ; then
	echo "skipping $i" 1>&2
	continue
    fi