i9070, maguro: fix subpackages variable

It still contained $pkgname-mesa, which is as subpackage that has
just been removed in #1086.
This commit is contained in:
Oliver Smith 2018-01-06 16:03:03 +01:00
parent b93a6af1d8
commit 33dcf5fba6
2 changed files with 2 additions and 2 deletions

View file

@ -9,7 +9,7 @@ license="MIT"
depends="linux-samsung-i9070 firmware-samsung-i9070 mesa-dri-swrast"
makedepends="devicepkg-dev"
install=""
subpackages="$pkgname-mesa"
subpackages=""
source="
deviceinfo
initfs-hook.sh

View file

@ -9,7 +9,7 @@ license="MIT"
depends="linux-samsung-maguro mkbootimg firmware-samsung-maguro mesa-dri-swrast"
makedepends="devicepkg-dev"
install=""
subpackages="$pkgname-mesa"
subpackages=""
source="deviceinfo"
options="!check"