Skip to content
Snippets Groups Projects
Unverified Commit 0619729a authored by Oliver Smith's avatar Oliver Smith
Browse files

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]
parent 422a4b12
Branches
No related tags found
No related merge requests found
Pipeline #197170 passed
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment