diff options
author | Sebastian Spaeth <Sebastian@SSpaeth.de> | 2010-04-19 13:09:20 +0200 |
---|---|---|
committer | Sebastian Spaeth <Sebastian@SSpaeth.de> | 2010-04-19 13:10:05 +0200 |
commit | 1f50e72dbf0b463e3bc6d884afc9c515f3df0fc1 (patch) | |
tree | 470fcb91441e60a886d4dc09a9763b186b3efe68 /recipes/connman/connman_0.19.bb | |
parent | d0028dc8c15d068ef155ff605aefb0e060a9e66a (diff) |
connman: remove obsolete recipes
As previously announced on the ML, I am removing really old connman recipes, leaving the latest of them around
Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
Diffstat (limited to 'recipes/connman/connman_0.19.bb')
-rw-r--r-- | recipes/connman/connman_0.19.bb | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/recipes/connman/connman_0.19.bb b/recipes/connman/connman_0.19.bb deleted file mode 100644 index 0672e76513..0000000000 --- a/recipes/connman/connman_0.19.bb +++ /dev/null @@ -1,40 +0,0 @@ -require connman.inc - -PR = "r1" - -EXTRA_OECONF += "\ - --disable-gtk-doc \ - --enable-debug \ - --enable-threads \ - --enable-loopback \ - --enable-ethernet \ - --enable-wifi \ - --disable-wimax \ - --enable-bluetooth \ - --enable-udhcp \ - --enable-dhclient \ - --enable-resolvconf \ - --enable-dnsproxy \ - --disable-novatel \ - --disable-huawei \ - --disable-hso \ - --enable-ppp \ -# needs udev >= 129 - --disable-udev \ - --disable-polkit \ - --enable-client \ - --enable-fake \ -# --with-udhcpc=PROGRAM \ -# --with-dhclient=PROGRAM \ -# --with-resolvconf=PROGRAM \ -# --with-pppd=PROGRAM \ -" - -SRC_URI = "\ - http://www.kernel.org/pub/linux/network/connman/connman-${PV}.tar.gz \ - file://connman \ -" - - -SRC_URI[md5sum] = "3d61c5db55d225c3efbf4c950dc0842f" -SRC_URI[sha256sum] = "cc4a4b73d8d7b0e19dd2dd274ba91acb67b14c84fc448a921d1359e25e4d2df0" |