|
@@ -36,7 +36,7 @@ define Build/mkdapimg2
|
|
$(STAGING_DIR_HOST)/bin/mkdapimg2 \
|
|
$(STAGING_DIR_HOST)/bin/mkdapimg2 \
|
|
-i $@ -o [email protected] \
|
|
-i $@ -o [email protected] \
|
|
-s $(DAP_SIGNATURE) \
|
|
-s $(DAP_SIGNATURE) \
|
|
- -v $(VERSION_DIST)-$(firstword $(subst -, ,$(REVISION))) \
|
|
|
|
|
|
+ -v $(VERSION_DIST)-$(firstword $(subst +, ,$(firstword $(subst -, ,$(REVISION))))) \
|
|
-r Default \
|
|
-r Default \
|
|
$(if $(1),-k $(1))
|
|
$(if $(1),-k $(1))
|
|
mv [email protected] $@
|
|
mv [email protected] $@
|