plugins: advertise the package name via target

This commit is contained in:
Franco Fichtner
2015-07-16 18:15:45 +02:00
parent 7d86aa0d97
commit 0e8531fe9e
+4
View File
@@ -37,6 +37,10 @@ check:
@[ -n "${PLUGIN_VERSION}" ] || echo "PLUGIN_VERSION not set"
@[ -n "${PLUGIN_DESC}" ] || echo "PLUGIN_DESC not set"
@[ -n "${PLUGIN_MAINTAINER}" ] || echo "PLUGIN_MAINTAINER not set"
# XXX throw an error here
name: check
@echo ${PLUGIN_PREFIX}${PLUGIN_NAME}
manifest: check
@echo "name: ${PLUGIN_PREFIX}${PLUGIN_NAME}"