comment ectra version change by CK patch

This commit is contained in:
Mario Fetka 2012-10-30 07:40:01 +01:00
parent 38108c6e6a
commit 8a3fb2d53b
1 changed files with 2 additions and 0 deletions

View File

@ -360,6 +360,8 @@ nas-kernel_src_unpack() {
sed -i "s:^SUBLEVEL = .*:SUBLEVEL = ${K_NASKERNEL_FORCE_SUBLEVEL}:" \
"${S}/Makefile" || die
fi
#comment out Extra verion change by CK patch
sed -i -e 's/\(^EXTRAVERSION :=.*$\)/# \1/' "${S}/Makefile"
if [ -n "${K_NASKERNEL_RESET_EXTRAVERSION}" ]; then
sed -i "s:^EXTRAVERSION =.*:EXTRAVERSION = :" "${S}/Makefile" || die
# some sources could have multiple append-based EXTRAVERSIONs