Commit 697f034f authored by Thomas Petazzoni's avatar Thomas Petazzoni
Browse files

pkg-stats: ensure infratype is reset for every package

parent 1ed1a83f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -105,6 +105,7 @@ for i in $(find boot/ linux/ package/ -name '*.mk' | sort) ; do

    hashost=0
    hastarget=0
    infratype=""

    # Determine package infrastructure
    if grep -E "\(host-autotools-package\)" $i > /dev/null ; then