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:
Oliver Smith 2019-08-31 20:03:25 +02:00
parent 422a4b1201
commit 0619729a04
No known key found for this signature in database
GPG Key ID: 5AE7F5513E0885CB

View File

@ -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"