tags 425971 +pending
thanks
Hi,
The following change has been committed for this bug, and so the
fix will be in the next upload.
===================================================================
2007-11-30 GMT Manoj Srivastava <[EMAIL PROTECTED]>
Summary:
use DEB_HOST_ARCH_OS
Revision:
kernel-package--devel--11.0--patch-14
kernel-package does not work on armel, as it uses DEB_HOST_GNU_SYSTEM and
compare it to either linux-gnu or kfreebsd-gnu. DEB_HOST_GNU_SYSTEM
equals to linux-gnueabi on armel.
The correct fix is to use DEB_HOST_ARCH_OS instead which returns linux on
armel as well as on other linux architectures. Closes: #425971
* kernel/ruleset/arches/amd64.mk (KERNEL_ARCH): use DEB_HOST_ARCH_OS
* kernel/ruleset/arches/i386.mk (DEBCONFIG): use DEB_HOST_ARCH_OS
* kernel/ruleset/minimal.mk (minimal_clean): use DEB_HOST_ARCH_OS
* kernel/ruleset/misc/defaults.mk: use DEB_HOST_ARCH_OS
* kernel/ruleset/misc/modules.mk: use DEB_HOST_ARCH_OS
* kernel/ruleset/misc/version_vars.mk: use DEB_HOST_ARCH_OS
* kernel/ruleset/targets/image.mk: use DEB_HOST_ARCH_OS
* kernel/ruleset/targets/target.mk (conf.vars): use DEB_HOST_ARCH_OS
modified files:
kernel/ruleset/ChangeLog kernel/ruleset/arches/ChangeLog
kernel/ruleset/arches/amd64.mk kernel/ruleset/arches/i386.mk
kernel/ruleset/minimal.mk kernel/ruleset/misc/ChangeLog
kernel/ruleset/misc/defaults.mk kernel/ruleset/misc/modules.mk
kernel/ruleset/misc/version_vars.mk
kernel/ruleset/targets/ChangeLog
kernel/ruleset/targets/image.mk
kernel/ruleset/targets/target.mk
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]