iop: generate_tarballs script fix

This commit is contained in:
Sukru Senli 2020-04-20 08:21:32 +02:00
parent c1dbba3545
commit ed23fc33b4

View file

@ -60,7 +60,7 @@ build_endptmngr_consumer() {
}
build_wifilife_consumer() {
local target="$"
local target="$1"
local ver commit
ver=$(grep -w "PKG_VERSION:" ./feeds/iopsys/wifilife/Makefile | cut -d'=' -f2)
commit=$(grep -w "PKG_SOURCE_VERSION:" ./feeds/iopsys/wifilife/Makefile | cut -d'=' -f2)