From: Robert Yang Date: Thu, 21 Jul 2016 01:52:05 +0000 (-0700) Subject: epiphany: inherit perlnative X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fheads%2Frbt%2Fepiphany;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 --- diff --git a/meta/recipes-gnome/epiphany/epiphany_3.20.3.bb b/meta/recipes-gnome/epiphany/epiphany_3.20.3.bb index eba480b2f6b..a61e2cf586e 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" -