linux-alcatel-ttab: fix missing deps

As many other downstream kernels, this needs to depend on linux-headers
to fix:

In file included from /home/pmos/build/src/android_kernel_alcatel_ttab-1795ea3c237773d32616954a03738d67d209a8d7/scripts/sortextable.c:31:
/home/pmos/build/src/android_kernel_alcatel_ttab-1795ea3c237773d32616954a03738d67d209a8d7/tools/include/tools/be_byteshift.h:4:10: fatal error: linux/types.h: No such file or directory
    4 | #include <linux/types.h>
      |          ^~~~~~~~~~~~~~~

It also needs xz:

/home/pmos/build/src/android_kernel_alcatel_ttab-1795ea3c237773d32616954a03738d67d209a8d7/scripts/xz_wrap.sh: exec: line 23: xz: not found

Related: https://builds.sr.ht/~postmarketos/job/1477748#task-pmbootstrap_build-583

Part-of: https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/6446
[ci:skip-build]: already built successfully in CI
This commit is contained in:
Oliver Smith 2025-04-24 20:16:52 +02:00 committed by Clayton Craft
parent 15465008dc
commit 6530fb7496
No known key found for this signature in database
GPG key ID: 4A4CED6D7EDF950A

View file

@ -3,7 +3,7 @@
pkgname=linux-alcatel-ttab
pkgver=3.10.108
pkgrel=0
pkgrel=1
pkgdesc="Alcatel Telekom Puls kernel fork"
arch="armv7"
_carch="arm"
@ -18,9 +18,11 @@ makedepends="
devicepkg-dev
findutils
flex
linux-headers
ncurses
openssl-dev
perl
ncurses
xz
"
# Source: backup of https://github.com/mt8127/android_kernel_alcatel_ttab