From: Romain Naour Date: Sun, 24 Jul 2016 20:49:10 +0000 (+0200) Subject: support: pkg-stats: add efl package in packages stats X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=bd3c4d8c7f69cb5e741786ba9970fffe57c9f6cc;p=buildroot.git support: pkg-stats: add efl package in packages stats Since efl update to 1.15 version, the efl package is a "real" Buildroot package. It doesn't contain any subdirectories anymore. Signed-off-by: Romain Naour Signed-off-by: Thomas Petazzoni --- diff --git a/support/scripts/pkg-stats b/support/scripts/pkg-stats index fad7ae9c74..cc3bef452c 100755 --- a/support/scripts/pkg-stats +++ b/support/scripts/pkg-stats @@ -97,7 +97,6 @@ for i in $(find boot/ linux/ package/ -name '*.mk' | sort) ; do $i = "linux/linux-ext-fbtft.mk" -o \ $i = "linux/linux-ext-xenomai.mk" -o \ $i = "linux/linux-ext-rtai.mk" -o \ - $i = "package/efl/efl.mk" -o \ $i = "package/freescale-imx/freescale-imx.mk" -o \ $i = "package/gcc/gcc.mk" -o \ $i = "package/gstreamer/gstreamer.mk" -o \