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.12.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.12.bb')
-rw-r--r-- | recipes/connman/connman_0.12.bb | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/recipes/connman/connman_0.12.bb b/recipes/connman/connman_0.12.bb deleted file mode 100644 index 475171e0b7..0000000000 --- a/recipes/connman/connman_0.12.bb +++ /dev/null @@ -1,39 +0,0 @@ -require connman.inc -PR = "r0" - -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] = "c0d27961dbdcb92b79dfde9c532dd348" -SRC_URI[sha256sum] = "2dda1ba0d18e2b6de5fddd33a18324c8e75cddfc7df61595babfc19931fa4507" |