linux3.16-ck: set kernel_hooks_version to pass correct version to the kernel-hooks trigger.

... otherwise the initramfs is not built properly.
This commit is contained in:
Juan RP 2014-08-19 11:53:41 +02:00
parent fab000de57
commit cf92841ae6

View file

@ -2,7 +2,7 @@
# #
pkgname=linux3.16-ck pkgname=linux3.16-ck
version=3.16.1 version=3.16.1
revision=1 revision=2
patch_args="-p1" patch_args="-p1"
wrksrc="linux-${version}" wrksrc="linux-${version}"
maintainer="John Galt <johngaltfirstrun@gmail.com>" maintainer="John Galt <johngaltfirstrun@gmail.com>"
@ -20,6 +20,8 @@ preserve=yes
only_for_archs="i686 x86_64" only_for_archs="i686 x86_64"
makedepends="bc perl kmod>=11_2 libressl-openssl elfutils" makedepends="bc perl kmod>=11_2 libressl-openssl elfutils"
triggers="kernel-hooks" triggers="kernel-hooks"
kernel_hooks_version="${_kernver}"
# These files could be modified when an external module is built. # These files could be modified when an external module is built.
mutable_files=" mutable_files="
/usr/lib/modules/${_kernver}/modules.dep /usr/lib/modules/${_kernver}/modules.dep