a5330dad55
It seems the kernel and device got renamed but the dependency between them wasn't. This fixes BPO
23 lines
637 B
Text
23 lines
637 B
Text
# Reference: <https://postmarketos.org/devicepkg>
|
|
pkgname=device-samsung-j3xnlte
|
|
pkgdesc="Samsung Galaxy J3"
|
|
pkgver=0.1
|
|
pkgrel=6
|
|
url="https://postmarketos.org"
|
|
license="MIT"
|
|
arch="armv7"
|
|
options="!check !archcheck"
|
|
depends="postmarketos-base linux-samsung-j3xnlte mkbootimg mesa-dri-swrast mdss-fb-init-hack soc-sprd-audio-sc8830"
|
|
makedepends="devicepkg-dev"
|
|
source="deviceinfo"
|
|
|
|
build() {
|
|
devicepkg_build $startdir $pkgname
|
|
}
|
|
|
|
package() {
|
|
devicepkg_package $startdir $pkgname
|
|
}
|
|
|
|
|
|
sha512sums="8de89b93337e624859ed9f39fdc89add1e293cf70a8574dd68e2b3bb8fe1cd14a5d1d6b086a43a131696099c40eca6ad69ff58e7ff7c5aa272610a02c4500ff3 deviceinfo"
|