ofono: update to 1.28.
This commit is contained in:
parent
80c8242a5d
commit
eb1339f5e8
|
@ -1,22 +1,18 @@
|
|||
# Template file for 'ofono'
|
||||
pkgname=ofono
|
||||
version=1.26
|
||||
version=1.28
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-bluez4 --enable-external-ell"
|
||||
configure_args="--disable-bluez4"
|
||||
conf_files="/etc/ofono/phonesim.conf /etc/dbus-1/system.d/ofono.conf"
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="libglib-devel eudev-libudev-devel mobile-broadband-provider-info ell-devel"
|
||||
makedepends="libglib-devel eudev-libudev-devel mobile-broadband-provider-info"
|
||||
short_desc="Infrastructure for building mobile telephony (GMS/UTMS) applications"
|
||||
maintainer="Daniel Santana <daniel@santana.tech>"
|
||||
license="GPL-2.0-or-later"
|
||||
homepage="https://01.org/ofono"
|
||||
distfiles="${KERNEL_SITE}/network/${pkgname}/${pkgname}-${version}.tar.xz"
|
||||
checksum=92e18c20c889addda648aefbb5e3ab1238007d88b18449f407a96533afe18026
|
||||
|
||||
pre_configure() {
|
||||
rm -rf ell
|
||||
}
|
||||
checksum=93bb2cedef54f897dd5200e22b072a6e38b5d9b44be57eebbbe8d513f0beb0e4
|
||||
|
||||
post_install() {
|
||||
vsv ofonod
|
||||
|
|
Loading…
Reference in New Issue