diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2011-11-03 10:08:41 +0100 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-11-03 10:09:29 +0100 |
commit | 69de108f24567b294d81aec6aae5326ae71ee86e (patch) | |
tree | fb827bb5bccb1867114feda162d76871a39d99a4 /meta-oe/recipes-connectivity | |
parent | 0996da43b20d16a4375746a932bac1a5834aca4b (diff) | |
download | meta-openembedded-69de108f24567b294d81aec6aae5326ae71ee86e.tar.gz |
connman: bump PR for iptables change
connmand[180]: /usr/sbin/connmand: error while loading shared libraries: libxtables.so.5: cannot open shared object file: No such file or directory
$ dpkg-deb -c ipk/armv7a/iptables_1.4.12.1-r0_armv7a.ipk | grep libxtables
-rwxr-xr-x root/root 35252 2011-11-01 20:16 ./usr/lib/libxtables.so.7.0.0
lrwxrwxrwx root/root 0 2011-11-01 20:16 ./usr/lib/libxtables.so.7 -> libxtables.so.7.0.0
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe/recipes-connectivity')
-rw-r--r-- | meta-oe/recipes-connectivity/connman/connman_0.77.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-connectivity/connman/connman_0.77.bb b/meta-oe/recipes-connectivity/connman/connman_0.77.bb index b132f4b17..6d9c87cec 100644 --- a/meta-oe/recipes-connectivity/connman/connman_0.77.bb +++ b/meta-oe/recipes-connectivity/connman/connman_0.77.bb | |||
@@ -1,5 +1,5 @@ | |||
1 | require connman.inc | 1 | require connman.inc |
2 | PR = "r1" | 2 | PR = "r2" |
3 | 3 | ||
4 | EXTRA_OECONF += "\ | 4 | EXTRA_OECONF += "\ |
5 | --disable-gtk-doc \ | 5 | --disable-gtk-doc \ |