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

View File

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