yet more patch testing (14).
This commit is contained in:
parent
c1e01e1172
commit
4a83ca04c3
1 changed files with 6 additions and 3 deletions
|
@ -30,8 +30,11 @@ SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI}
|
||||||
"
|
"
|
||||||
|
|
||||||
src_unpack() {
|
src_unpack() {
|
||||||
default
|
if [[ -n ${A} ]]; then
|
||||||
unpack_set_extraversion
|
unpack_set_extraversion
|
||||||
|
else
|
||||||
|
die
|
||||||
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
src_prepare() {
|
src_prepare() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue