linux-lenovo-p1m: fix dependencies (MR 3519)
It builds just fine with the python2 dependency removed, probably copy pasted from another kernel. And apk-tools definitively should not be in there.
This commit is contained in:
parent
4b045d8f33
commit
ce93fd7188
1 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
pkgname=linux-lenovo-p1m
|
||||
pkgver=3.18.19
|
||||
pkgrel=3
|
||||
pkgrel=4
|
||||
pkgdesc="Lenovo Vibe P1m kernel fork"
|
||||
arch="aarch64"
|
||||
_carch="arm64"
|
||||
|
@ -11,7 +11,7 @@ _flavor="lenovo-p1m"
|
|||
url="https://kernel.org"
|
||||
license="GPL-2.0-only"
|
||||
options="!strip !check !tracedeps pmb:cross-native"
|
||||
makedepends="bash bc bison devicepkg-dev flex openssl-dev perl gcc6 python2 apk-tools"
|
||||
makedepends="bash bc bison devicepkg-dev flex openssl-dev perl gcc6"
|
||||
|
||||
# Compiler: GCC 6 (doesn't boot when compiled with newer versions)
|
||||
if [ "${CC:0:5}" != "gcc6-" ]; then
|
||||
|
|
Loading…
Reference in a new issue