summaryrefslogtreecommitdiff
path: root/package/hotplug
diff options
context:
space:
mode:
authorUlf Samuelsson <ulf.samuelsson@atmel.com>2007-07-11 14:06:06 +0000
committerUlf Samuelsson <ulf.samuelsson@atmel.com>2007-07-11 14:06:06 +0000
commite1621a4a2a6b1750402d0228cf85920814babc9a (patch)
tree427f7759087d6775d41f68513dbb417485d0ee45 /package/hotplug
parentcd599b61144a0f273d2712ffee64ea8e4af2cdbd (diff)
Use <package>_VERSION in all <package>.mk instead of <package>_VER
Diffstat (limited to 'package/hotplug')
-rw-r--r--package/hotplug/hotplug.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/package/hotplug/hotplug.mk b/package/hotplug/hotplug.mk
index e4cb063c9..15b7a5429 100644
--- a/package/hotplug/hotplug.mk
+++ b/package/hotplug/hotplug.mk
@@ -3,9 +3,10 @@
# hotplug support
#
#############################################################
-HOTPLUG_SOURCE=package/hotplug/diethotplug-0.5.tar
+HOTPLUG_VERSION:=0.5
+HOTPLUG_SOURCE=package/hotplug/diethotplug-$(HOTPLUG_VERSION).tar
HOTPLUG_SITE=http://www.kernel.org/pub/linux/utils/kernel/hotplug/
-HOTPLUG_DIR=$(BUILD_DIR)/diethotplug-0.5
+HOTPLUG_DIR=$(BUILD_DIR)/diethotplug-$(HOTPLUG_VERSION)
HOTPLUG_CAT=cat
$(HOTPLUG_DIR): $(HOTPLUG_SOURCE)