petitboot: Automate PACKAGE_VERSION

Make a default petitboot PACKAGE_VERSION based on
the build machine HOSTNAME and the date.

Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com>


git-svn-id: svn://svn.openwrt.org/openwrt/packages@17414 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
geoff 2009-08-26 22:09:23 +00:00
parent 396159d0b4
commit b57ffefea0

View File

@ -70,7 +70,8 @@ petitboot-install-autorun-$(CONFIG_PETITBOOT_AUTORUN_CUI) = \
petitboot-install-autorun-$(CONFIG_PETITBOOT_AUTORUN_GUI) = \
ln -sf pb-twin $(1)/usr/sbin/petitboot
CONFIGURE_ARGS += $(petitboot-config-args-y)
CONFIGURE_ARGS += $(petitboot-config-args-y) \
PACKAGE_VERSION=$(shell echo ${HOSTNAME})-$(shell date +%y.%m.%d-%H.%M)
EXTRA_CPPFLAGS += $(petitboot-cppflags-y)