diff options
Diffstat (limited to 'meta-gnome/recipes-apps/cheese/cheese_2.30.1.bb')
-rw-r--r-- | meta-gnome/recipes-apps/cheese/cheese_2.30.1.bb | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/meta-gnome/recipes-apps/cheese/cheese_2.30.1.bb b/meta-gnome/recipes-apps/cheese/cheese_2.30.1.bb deleted file mode 100644 index 3f5a5b124..000000000 --- a/meta-gnome/recipes-apps/cheese/cheese_2.30.1.bb +++ /dev/null | |||
@@ -1,26 +0,0 @@ | |||
1 | SUMMARY = "Take photos and videos with your webcam, with fun graphical effects" | ||
2 | LICENSE = "GPLv2" | ||
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=a17cb0a873d252440acfdf9b3d0e7fbf" | ||
4 | |||
5 | DEPENDS = "gtk+ gstreamer gst-plugins-base libcanberra udev librsvg gnome-desktop evolution-data-server intltool-native" | ||
6 | |||
7 | PR = "r2" | ||
8 | |||
9 | inherit gnome | ||
10 | |||
11 | SRC_URI[archive.md5sum] = "1599fded8a1797ea51fb010af4e6c45b" | ||
12 | SRC_URI[archive.sha256sum] = "48f03470c6f527caa0e3b269d3afcff86ae0939a74f66ce030d4eed3bc3cbd9a" | ||
13 | GNOME_COMPRESS_TYPE="bz2" | ||
14 | |||
15 | FILES_${PN} += "${datadir}/dbus-1" | ||
16 | RRECOMMENDS_${PN} = "gst-plugins-good-meta gst-plugins-base-meta" | ||
17 | |||
18 | EXTRA_OECONF += "--disable-scrollkeeper" | ||
19 | |||
20 | do_configure_prepend() { | ||
21 | sed -i -e "s: help : :g" ${S}/Makefile.am | ||
22 | } | ||
23 | |||
24 | PNBLACKLIST[cheese] ?= "Depends on blacklisted gstreamer - the recipe will be removed on 2017-09-01 unless the issue is fixed" | ||
25 | |||
26 | PNBLACKLIST[cheese] ?= "Depends on blacklisted gnome-desktop - the recipe will be removed on 2017-09-01 unless the issue is fixed" | ||