From ad406f612744151834c738183162ce557b75e41e Mon Sep 17 00:00:00 2001 From: Thomas De Schampheleire Date: Wed, 11 Jun 2014 21:12:28 +0200 Subject: [PATCH] makedevs: change version from 'undefined' to 'buildroot-$(BR2_VERSION)' The sources of the makedevs package are shipped with Buildroot, rather than downloaded from an external location. As a result, no explicit version is defined, causing build messages and build directory to show 'undefined' as version. This patch sets the version for makedevs to 'buildroot-$(BR2_VERSION), which would for example expand to 'buildroot-2014.05'. Signed-off-by: Thomas De Schampheleire Acked-by: "Yann E. MORIN" Signed-off-by: Thomas Petazzoni --- package/makedevs/makedevs.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package/makedevs/makedevs.mk b/package/makedevs/makedevs.mk index ff91c4a89..7210dc6c2 100644 --- a/package/makedevs/makedevs.mk +++ b/package/makedevs/makedevs.mk @@ -8,6 +8,8 @@ MAKEDEVS_SOURCE = HOST_MAKEDEVS_SOURCE = +MAKEDEVS_VERSION = buildroot-$(BR2_VERSION) + define MAKEDEVS_BUILD_CMDS $(TARGET_CC) $(TARGET_CFLAGS) $(TARGET_LDFLAGS) \ package/makedevs/makedevs.c -o $(@D)/makedevs