diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2015-09-15 12:09:19 +0300 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-09-23 15:37:21 +0200 |
commit | 3d3af44b22e360b40f61052d2c878739d652a926 (patch) | |
tree | 49418a36383b685de057e35e50adc8e9f93f7425 /meta-gnome | |
parent | e4535267b15ba762dcb837349866ad631294b4d8 (diff) | |
download | meta-openembedded-3d3af44b22e360b40f61052d2c878739d652a926.tar.gz |
epiphany: remove the recipe due to its move to oe-core
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-gnome')
-rw-r--r-- | meta-gnome/recipes-gnome/epiphany/epiphany_2.30.6.bb | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/meta-gnome/recipes-gnome/epiphany/epiphany_2.30.6.bb b/meta-gnome/recipes-gnome/epiphany/epiphany_2.30.6.bb deleted file mode 100644 index 9e1a0dc7d..000000000 --- a/meta-gnome/recipes-gnome/epiphany/epiphany_2.30.6.bb +++ /dev/null | |||
@@ -1,21 +0,0 @@ | |||
1 | SUMMARY = "GNOME default webbrowser" | ||
2 | LICENSE = "GPLv2+" | ||
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" | ||
4 | |||
5 | DEPENDS = "gnome-doc-utils libsoup-2.4 webkit-gtk gtk+ gconf iso-codes startup-notification ca-certificates libgnome-keyring avahi libnotify" | ||
6 | |||
7 | inherit gnome | ||
8 | SRC_URI[archive.md5sum] = "0c566b3ffd428d2135e3c8cb65352d64" | ||
9 | SRC_URI[archive.sha256sum] = "278a5c00ce07e6a3ea440d289de22dbec3ebec4ded4ff3b4c48b580f469c2dcc" | ||
10 | |||
11 | EXTRA_OECONF += " --disable-nss --with-distributor-name=${DISTRO} --without-ca-file" | ||
12 | |||
13 | do_configure_prepend() { | ||
14 | touch ${S}/gnome-doc-utils.make | ||
15 | sed -i -e s:help::g ${S}/Makefile.am | ||
16 | } | ||
17 | |||
18 | FILES_${PN} += "${datadir}/icons ${datadir}/dbus-1" | ||
19 | RDEPENDS_${PN} = "iso-codes" | ||
20 | RRECOMMENDS_${PN} = "ca-certificates" | ||
21 | |||