modemmanager: versioned libqmi-dev makedep; kernel pkgver date stamping
pmbootstrap's build plan is not dependency-ordered: MM built first and grabbed the cached 1.39.0 libqmi from the volume's package repo. The versioned makedepend states the real requirement and forces our bumped libqmi to build first. Kernel pkgver gains the source commit date so registry-subscribed phones receive kernel updates. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
parent
851526f3fc
commit
2019e158aa
2 changed files with 7 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ makedepends="
|
|||
gtk-doc
|
||||
libgudev-dev
|
||||
libmbim-dev
|
||||
libqmi-dev
|
||||
libqmi-dev>=1.39.1
|
||||
linux-headers
|
||||
meson
|
||||
polkit-dev
|
||||
|
|
|
|||
Loading…
Reference in a new issue