[Bug 77649] Re: kernel-package doesn't work if CONFIG_LOCALVERSION_AUTO is set

Jeremy Kerr jk at ozlabs.org
Sun May 4 11:52:32 UTC 2008


Confirmed on Hardy too. The problem is in /usr/share/kernel-
package/ruleset/misc/version_vars.mk - we construct a version variable
as follows:

version = $(VERSION).$(PATCHLEVEL)
$(SUBLEVEL)$(EXTRAVERSION)$(iatv)$(LOCALVERSION)$(GIT_VERSION)

However, $(LOCALVERSION) already includes the contents of $(GITVERSION)

Perhaps conditionally setting $(GITVERSION) based on the value of
CONFIG_LOCALVERSION_AUTO would be the solution?

-- 
kernel-package doesn't work if CONFIG_LOCALVERSION_AUTO is set
https://bugs.launchpad.net/bugs/77649
You received this bug notification because you are a member of Kernel
Bugs, which is subscribed to kernel-package in ubuntu.




More information about the kernel-bugs mailing list