diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2016-07-20 18:52:05 -0700 |
---|---|---|
committer | Robert Yang <liezhi.yang@windriver.com> | 2016-07-23 22:15:21 -0700 |
commit | 07cae7b73779e89d5e038bf48fbfa204d51b4b68 (patch) | |
tree | 6b838d13c03b031ee02398af178c910a8654e3cc /meta/recipes-gnome/epiphany/epiphany_3.20.3.bb | |
parent | 0a2df616a5c3316704742f1dcf37b450920e0280 (diff) | |
download | openembedded-core-contrib-rbt/epiphany.tar.gz |
epiphany: inherit perlnativerbt/epiphany
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 <liezhi.yang@windriver.com>
Diffstat (limited to 'meta/recipes-gnome/epiphany/epiphany_3.20.3.bb')
-rw-r--r-- | meta/recipes-gnome/epiphany/epiphany_3.20.3.bb | 3 |
1 files changed, 1 insertions, 2 deletions
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" - |