1
0
Fork 0

dchkernel.eclass: Save KERNELRELEASE env var

master
Dustin 2017-06-24 11:16:53 -05:00
parent 732fb6c562
commit 922b54cc42
1 changed files with 2 additions and 0 deletions

View File

@ -36,6 +36,8 @@ dchkernel_src_configure() {
cp "${FILESDIR}"/${P}.kconfig .config || die
unset ARCH
make -C "${KSRC_DIR}" O="${S}" oldnoconfig || die
make include/config/kernel.release || die
export KERNELRELEASE=$(cat include/config/kernel.release)
}
# @FUNCTION: dchkernel-src_install