summaryrefslogtreecommitdiff
path: root/elements/connman-common
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2017-11-26 23:40:38 +0000
committerJavier Jardón <jjardon@gnome.org>2017-12-12 15:58:11 +0000
commit7aad5150f69da42b84994c353283db5daf8e967f (patch)
tree813f30921faea689677aa308bd61488229266d06 /elements/connman-common
parentfa91b837f4bf46b19678a2c3d6b56f73cdc786a6 (diff)
downloaddefinitions-7aad5150f69da42b84994c353283db5daf8e967f.tar.gz
Add BuildStream converted files
This is made by a conversion made in commit 8f8992a18d55c3abf28d4b6fc8036bd39d3dc1cf of definitions Check there to know what exact versions of YBD and defs2bst was used
Diffstat (limited to 'elements/connman-common')
-rw-r--r--elements/connman-common/connman.bst13
-rw-r--r--elements/connman-common/ofono.bst18
2 files changed, 31 insertions, 0 deletions
diff --git a/elements/connman-common/connman.bst b/elements/connman-common/connman.bst
new file mode 100644
index 00000000..e46faa30
--- /dev/null
+++ b/elements/connman-common/connman.bst
@@ -0,0 +1,13 @@
+kind: autotools
+depends:
+- connectivity.bst
+- glib-common.bst
+sources:
+- kind: git
+ url: upstream:connman
+ track: '1.33'
+ ref: c47e491bb374fe3992d8938cc30b48beee379f23
+config:
+ configure-commands:
+ - ./bootstrap
+ - ./configure --prefix="%{prefix}" --disable-wispr --disable-client LIBS=-lncurses
diff --git a/elements/connman-common/ofono.bst b/elements/connman-common/ofono.bst
new file mode 100644
index 00000000..04ec3b1a
--- /dev/null
+++ b/elements/connman-common/ofono.bst
@@ -0,0 +1,18 @@
+kind: autotools
+description: ofono Open Source Telephony
+depends:
+- connectivity.bst
+- glib-common.bst
+sources:
+- kind: git
+ url: upstream:ofono
+ track: '1.19'
+ ref: e51b39e92cffb30c4bc0f95a1c24b9ee9ce22b54
+config:
+ configure-commands:
+ - autoreconf -ivf
+ - ./configure --prefix="%{prefix}" --sysconfdir=/etc --localstatedir=/var
+ install-commands:
+ - make -j1 DESTDIR="%{install-root}" install
+ - mkdir -p "%{install-root}/etc/systemd/system/multi-user.target.wants"
+ - ln -s /lib/systemd/system/ofono.service "%{install-root}/etc/systemd/system/multi-user.target.wants/ofono.service"