summaryrefslogtreecommitdiff
path: root/elements/connectivity
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/connectivity
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/connectivity')
-rw-r--r--elements/connectivity/iptables.bst8
-rw-r--r--elements/connectivity/libnl.bst8
-rw-r--r--elements/connectivity/mobile-broadband-provider-info.bst8
-rw-r--r--elements/connectivity/wpa_supplicant.bst44
4 files changed, 68 insertions, 0 deletions
diff --git a/elements/connectivity/iptables.bst b/elements/connectivity/iptables.bst
new file mode 100644
index 00000000..79857e1c
--- /dev/null
+++ b/elements/connectivity/iptables.bst
@@ -0,0 +1,8 @@
+kind: autotools
+depends:
+- foundation.bst
+sources:
+- kind: git
+ url: upstream:iptables
+ track: v1.4.21
+ ref: 482c6d3731e2681cb4baae835c294840300197e6
diff --git a/elements/connectivity/libnl.bst b/elements/connectivity/libnl.bst
new file mode 100644
index 00000000..9482f148
--- /dev/null
+++ b/elements/connectivity/libnl.bst
@@ -0,0 +1,8 @@
+kind: autotools
+depends:
+- foundation.bst
+sources:
+- kind: git
+ url: upstream:libnl
+ track: baserock/morph
+ ref: a2c4bd8f094a7247903578860a9c42049991860b
diff --git a/elements/connectivity/mobile-broadband-provider-info.bst b/elements/connectivity/mobile-broadband-provider-info.bst
new file mode 100644
index 00000000..448df601
--- /dev/null
+++ b/elements/connectivity/mobile-broadband-provider-info.bst
@@ -0,0 +1,8 @@
+kind: autotools
+depends:
+- foundation.bst
+sources:
+- kind: git
+ url: upstream:mobile-broadband-provider-info
+ track: baserock/morph
+ ref: 4ed19e11c2975105b71b956440acdb25d46a347d
diff --git a/elements/connectivity/wpa_supplicant.bst b/elements/connectivity/wpa_supplicant.bst
new file mode 100644
index 00000000..e1d650c2
--- /dev/null
+++ b/elements/connectivity/wpa_supplicant.bst
@@ -0,0 +1,44 @@
+kind: manual
+depends:
+- foundation.bst
+- connectivity/libnl.bst
+sources:
+- kind: git
+ url: upstream:hostap
+ track: hostap_2_6
+ ref: 2462f347bca0a7cce7e06ff88adbe3aa47c52d54
+config:
+ configure-commands:
+ - |
+ cat >"wpa_supplicant/.config" <<EOF
+ CONFIG_DRIVER_HOSTAP=y
+ CONFIG_DRIVER_ATMEL=y
+ CONFIG_DRIVER_WEXT=y
+ CONFIG_DRIVER_NL80211=y
+ CONFIG_DRIVER_WIRED=y
+ CONFIG_IEEE8021X_EAPOL=y
+ CONFIG_EAP_MD5=y
+ CONFIG_EAP_MSCHAPV2=y
+ CONFIG_EAP_TLS=y
+ CONFIG_EAP_PEAP=y
+ CONFIG_EAP_TTLS=y
+ CONFIG_EAP_GTC=y
+ CONFIG_EAP_OTP=y
+ CONFIG_EAP_LEAP=y
+ CONFIG_WPS=y
+ CONFIG_PKCS12=y
+ CONFIG_SMARTCARD=y
+ CONFIG_CTRL_IFACE=y
+ CONFIG_BACKEND=file
+ CONFIG_PEERKEY=y
+ CONFIG_CTRL_IFACE_DBUS=y
+ CONFIG_CTRL_IFACE_DBUS_NEW=y
+ CONFIG_CTRL_IFACE_DBUS_INTRO=y
+ CONFIG_LIBNL32=y
+ CONFIG_IPV6=y
+ CFLAGS += -I/usr/include/libnl3
+ EOF
+ build-commands:
+ - make -C wpa_supplicant
+ install-commands:
+ - make -C wpa_supplicant DESTDIR="%{install-root}" install