modem/ofono: Enable the test scripts (#1485)
test scripts are useful to enable/disable modem and also do ofono related tasks, They are installed on /usr/lib/ofono/test directory and provide much better user experience then the raw dbus-send command.
This commit is contained in:
parent
17e3e1ae53
commit
f1e3b03575
1 changed files with 2 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
pkgname=ofono
|
pkgname=ofono
|
||||||
_upstreamver=1.21
|
_upstreamver=1.21
|
||||||
pkgver=1.21_p20180307
|
pkgver=1.21_p20180307
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
pkgdesc="Infrastructure for building mobile telephony (GSM/UMTS) applications"
|
pkgdesc="Infrastructure for building mobile telephony (GSM/UMTS) applications"
|
||||||
url="https://01.org/ofono"
|
url="https://01.org/ofono"
|
||||||
arch="all"
|
arch="all"
|
||||||
|
@ -28,6 +28,7 @@ build() {
|
||||||
--prefix=/usr \
|
--prefix=/usr \
|
||||||
--sysconfdir=/etc \
|
--sysconfdir=/etc \
|
||||||
--localstatedir=/var \
|
--localstatedir=/var \
|
||||||
|
--enable-test \
|
||||||
--sbindir=/usr/sbin
|
--sbindir=/usr/sbin
|
||||||
make
|
make
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue