From 07cae7b73779e89d5e038bf48fbfa204d51b4b68 Mon Sep 17 00:00:00 2001 From: Robert Yang Date: Wed, 20 Jul 2016 18:52:05 -0700 Subject: epiphany: inherit perlnative Fixed: checking for XML::Parser... configure: error: XML::Parser perl module is required for intltool The module is installed to sysroot, but need use native perl to find it. Signed-off-by: Robert Yang --- meta/recipes-gnome/epiphany/epiphany_3.20.3.bb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'meta/recipes-gnome/epiphany/epiphany_3.20.3.bb') diff --git a/meta/recipes-gnome/epiphany/epiphany_3.20.3.bb b/meta/recipes-gnome/epiphany/epiphany_3.20.3.bb index eba480b2f6..a61e2cf586 100644 --- a/meta/recipes-gnome/epiphany/epiphany_3.20.3.bb +++ b/meta/recipes-gnome/epiphany/epiphany_3.20.3.bb @@ -5,7 +5,7 @@ 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 libxml2-native intltool-native" -inherit gnomebase gsettings distro_features_check upstream-version-is-even +inherit gnomebase gsettings distro_features_check upstream-version-is-even perlnative # libwnck3 is x11 only REQUIRED_DISTRO_FEATURES = "x11" @@ -22,4 +22,3 @@ do_configure_prepend() { FILES_${PN} += "${datadir}/appdata ${datadir}/dbus-1 ${datadir}/gnome-shell/search-providers" RDEPENDS_${PN} = "iso-codes adwaita-icon-theme" RRECOMMENDS_${PN} = "ca-certificates" - -- cgit 1.2.3-korg