From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by mail.openembedded.org (Postfix) with ESMTP id 5AA166E46F for ; Tue, 17 Dec 2013 10:42:28 +0000 (UTC) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga102.jf.intel.com with ESMTP; 17 Dec 2013 02:38:40 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.95,501,1384329600"; d="scan'208";a="425935150" Received: from paulonei-mobl.ger.corp.intel.com (HELO helios.ger.corp.intel.com) ([10.252.122.28]) by orsmga001.jf.intel.com with ESMTP; 17 Dec 2013 02:42:26 -0800 From: Paul Eggleton To: openembedded-core@lists.openembedded.org Date: Tue, 17 Dec 2013 10:42:12 +0000 Message-Id: <1387276932-26461-1-git-send-email-paul.eggleton@linux.intel.com> X-Mailer: git-send-email 1.8.1.2 Subject: [PATCH] libsoup-2.4: add intltool-native to DEPENDS X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Dec 2013 10:42:29 -0000 The configure script looks for this; most of the time dependency chains ensure this is present but we need to be explicit or failures can occur. Reported by Nicolas Dechesne Signed-off-by: Paul Eggleton --- meta/recipes-support/libsoup/libsoup-2.4_2.44.2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-support/libsoup/libsoup-2.4_2.44.2.bb b/meta/recipes-support/libsoup/libsoup-2.4_2.44.2.bb index 5edbb09..3325939 100644 --- a/meta/recipes-support/libsoup/libsoup-2.4_2.44.2.bb +++ b/meta/recipes-support/libsoup/libsoup-2.4_2.44.2.bb @@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=5f30f0716dfdd0d91eb439ebec522ec2" SECTION = "x11/gnome/libs" -DEPENDS = "glib-2.0 gnutls libxml2 libproxy sqlite3" +DEPENDS = "glib-2.0 gnutls libxml2 libproxy sqlite3 intltool-native" # libsoup-gnome is entirely deprecated and just stubs in 2.42 onwards. Enable # by default but let it be easily disabled. -- 1.8.1.2