From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dan.rpsys.net (5751f4a1.skybroadband.com [87.81.244.161]) by mail.openembedded.org (Postfix) with ESMTP id 15A2F6080F for ; Thu, 18 Feb 2016 10:59:20 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by dan.rpsys.net (8.14.4/8.14.4/Debian-4.1ubuntu1) with ESMTP id u1IAwbe1000797 for ; Thu, 18 Feb 2016 10:59:20 GMT Received: from dan.rpsys.net ([127.0.0.1]) by localhost (dan.rpsys.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id qfyXG-4jyr5d for ; Thu, 18 Feb 2016 10:59:20 +0000 (GMT) Received: from hex ([192.168.3.34]) (authenticated bits=0) by dan.rpsys.net (8.14.4/8.14.4/Debian-4.1ubuntu1) with ESMTP id u1IAxIOh000821 (version=TLSv1/SSLv3 cipher=AES128-GCM-SHA256 bits=128 verify=NOT) for ; Thu, 18 Feb 2016 10:59:19 GMT Message-ID: <1455793158.28376.76.camel@linuxfoundation.org> From: Richard Purdie To: openembedded-core Date: Thu, 18 Feb 2016 10:59:18 +0000 X-Mailer: Evolution 3.16.5-1ubuntu3.1 Mime-Version: 1.0 Subject: [PATCH] epiphany: Add libxml2-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: Thu, 18 Feb 2016 10:59:21 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit configure needs xmllint and there was no direct dependency. Signed-off-by: Richard Purdie diff --git a/meta/recipes-gnome/epiphany/epiphany_3.18.3.bb b/meta/recipes-gnome/epiphany/epiphany_3.18.3.bb index e822d3b..73fcd93 100644 --- a/meta/recipes-gnome/epiphany/epiphany_3.18.3.bb +++ b/meta/recipes-gnome/epiphany/epiphany_3.18.3.bb @@ -3,7 +3,7 @@ LICENSE = "GPLv2+" LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" DEPENDS = "libsoup-2.4 webkitgtk gtk+3 iso-codes ca-certificates avahi libnotify gcr libwnck3 \ - gsettings-desktop-schemas gnome-desktop3" + gsettings-desktop-schemas gnome-desktop3 libxml2-native" inherit gnomebase gsettings distro_features_check upstream-version-is-even # libwnck3 is x11 only