From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga03.intel.com ([143.182.124.21]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1RMk3W-00065C-6g for openembedded-core@lists.openembedded.org; Sat, 05 Nov 2011 18:29:23 +0100 Received: from azsmga002.ch.intel.com ([10.2.17.35]) by azsmga101.ch.intel.com with ESMTP; 05 Nov 2011 10:23:05 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.69,461,1315206000"; d="scan'208";a="33625129" Received: from unknown (HELO swold-mobl.bigsur.com) ([10.255.12.12]) by AZSMGA002.ch.intel.com with ESMTP; 05 Nov 2011 10:23:05 -0700 From: Saul Wold To: openembedded-core@lists.openembedded.org Date: Sat, 5 Nov 2011 10:22:47 -0700 Message-Id: <216861e98e06c4054556f4cf2edd88619626bbdf.1320513631.git.sgw@linux.intel.com> X-Mailer: git-send-email 1.7.6.4 In-Reply-To: References: In-Reply-To: References: Subject: [CONSOLIDATED PULL 17/28] connman 0.75: bump PR for iptables library change X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: Patches and discussions about the oe-core layer List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Nov 2011 17:29:25 -0000 From: Koen Kooi 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 --- meta/recipes-connectivity/connman/connman_0.75.bb | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/recipes-connectivity/connman/connman_0.75.bb b/meta/recipes-connectivity/connman/connman_0.75.bb index 78f2199..c6e911b 100644 --- a/meta/recipes-connectivity/connman/connman_0.75.bb +++ b/meta/recipes-connectivity/connman/connman_0.75.bb @@ -1,5 +1,5 @@ require connman.inc -PR = "r3" +PR = "r4" EXTRA_OECONF += "\ ac_cv_path_WPASUPPLICANT=/usr/sbin/wpa_supplicant \ -- 1.7.6.4