oppo-find-7a: linux: fix depends in dev subpackage
Insert missing space into the depends line, so it reads "gmp-dev bash" instead of "gmp-devbash". This did not cause a build failure, but made the upstream compat CI check fail after the binary package had been built and uploaded. It would also cause an error if one tried to install the package. The CI check will pass once the fixed package is built and uploaded. [ci:skip-build]
This commit is contained in:
parent
422a4b1201
commit
0619729a04
|
@ -3,7 +3,7 @@
|
|||
|
||||
pkgname="linux-oppo-find-7a"
|
||||
pkgver=3.4.113
|
||||
pkgrel=3
|
||||
pkgrel=4
|
||||
pkgdesc="OPPO Find 7a kernel fork"
|
||||
arch="armv7"
|
||||
_carch="arm"
|
||||
|
@ -90,7 +90,7 @@ package() {
|
|||
|
||||
dev() {
|
||||
pkgdesc="Headers and script for third party modules for $pkgname kernel"
|
||||
depends="gmp-devbash perl"
|
||||
depends="gmp-dev bash perl"
|
||||
cd "$builddir"
|
||||
local dir="$subpkgdir"/usr/src/linux-headers-${_abi_release}
|
||||
mkdir -p "$dir"
|
||||
|
|
Loading…
Reference in New Issue
Block a user