diff options
| author | Martin Jansa <Martin.Jansa@gmail.com> | 2017-04-27 11:04:51 +0200 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-08-31 10:18:33 +0200 |
| commit | ec9e5ed06256ad92c818474cdb490dc0d3a0d0a3 (patch) | |
| tree | e16d2a838f4561d5538928a58f805e5f1373225a /meta-gnome/recipes-gnome/gweather | |
| parent | 6775acb048dabd624c5c8197b683aba45ed91569 (diff) | |
| download | meta-openembedded-ec9e5ed06256ad92c818474cdb490dc0d3a0d0a3.tar.gz | |
recipes: remove blacklisted recipes
* as PNBLACKLIST message says, these recipes are blacklisted for long
time and nobody showed any interest to fix them
* remove all unused .patch and .inc files as well
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-gnome/recipes-gnome/gweather')
| -rw-r--r-- | meta-gnome/recipes-gnome/gweather/libgweather3_3.0.2.bb | 28 | ||||
| -rw-r--r-- | meta-gnome/recipes-gnome/gweather/libgweather_2.30.3.bb | 24 |
2 files changed, 0 insertions, 52 deletions
diff --git a/meta-gnome/recipes-gnome/gweather/libgweather3_3.0.2.bb b/meta-gnome/recipes-gnome/gweather/libgweather3_3.0.2.bb deleted file mode 100644 index 6920f0aa2b..0000000000 --- a/meta-gnome/recipes-gnome/gweather/libgweather3_3.0.2.bb +++ /dev/null | |||
| @@ -1,28 +0,0 @@ | |||
| 1 | LICENSE = "GPLv2" | ||
| 2 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | ||
| 3 | |||
| 4 | SECTION = "x11/gnome/libs" | ||
| 5 | DEPENDS = "libxml2 gconf libsoup-2.4 gtk+3" | ||
| 6 | |||
| 7 | PNBLACKLIST[libgweather3] ?= "CONFLICT: 876 files are conflicting with libgweather - the recipe will be removed on 2017-09-01 unless the issue is fixed" | ||
| 8 | # e.g. sysroots/qemux86-64/usr/share/libgweather/locations.dtd | ||
| 9 | # sysroots/qemux86-64/usr/share/libgweather/Locations.zh_TW.xml | ||
| 10 | |||
| 11 | BPN = "libgweather" | ||
| 12 | |||
| 13 | inherit gnome | ||
| 14 | SRC_URI[archive.md5sum] = "f1a96c6f19c9a0bc6b4e12acc9a8a85d" | ||
| 15 | SRC_URI[archive.sha256sum] = "9041526fa0466b99dae5cf06c2cc70376f25531eec5d58b1e1378acfb302410c" | ||
| 16 | |||
| 17 | do_configure_prepend() { | ||
| 18 | sed -i -e 's: doc : :g' ${S}/Makefile.am | ||
| 19 | } | ||
| 20 | |||
| 21 | FILES_${PN} += "${datadir}/gnome* \ | ||
| 22 | ${datadir}/icons" | ||
| 23 | |||
| 24 | PACKAGES =+ "${PN}-locationdata" | ||
| 25 | FILES_${PN}-locationdata = "${datadir}/libgweather/*ocations*" | ||
| 26 | |||
| 27 | |||
| 28 | |||
diff --git a/meta-gnome/recipes-gnome/gweather/libgweather_2.30.3.bb b/meta-gnome/recipes-gnome/gweather/libgweather_2.30.3.bb deleted file mode 100644 index 8b69f1fe72..0000000000 --- a/meta-gnome/recipes-gnome/gweather/libgweather_2.30.3.bb +++ /dev/null | |||
| @@ -1,24 +0,0 @@ | |||
| 1 | LICENSE = "GPLv2" | ||
| 2 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | ||
| 3 | |||
| 4 | SECTION = "x11/gnome/libs" | ||
| 5 | DEPENDS = "libxml2 gconf libsoup-2.4 gtk+ libgnome-keyring" | ||
| 6 | |||
| 7 | inherit gnome | ||
| 8 | |||
| 9 | SRC_URI[archive.md5sum] = "bf6a0a05051341ecb250f332e3edfb88" | ||
| 10 | SRC_URI[archive.sha256sum] = "b835374661423f37c46aa8e37368ae24a68856f117b7c21e475a21efdba5264c" | ||
| 11 | GNOME_COMPRESS_TYPE="bz2" | ||
| 12 | |||
| 13 | do_configure_prepend() { | ||
| 14 | sed -i -e 's: doc : :g' ${S}/Makefile.am | ||
| 15 | } | ||
| 16 | |||
| 17 | FILES_${PN} += "${datadir}/gnome* \ | ||
| 18 | ${datadir}/icons" | ||
| 19 | |||
| 20 | PACKAGES =+ "${PN}-locationdata" | ||
| 21 | FILES_${PN}-locationdata = "${datadir}/libgweather/Locations*" | ||
| 22 | |||
| 23 | # http://errors.yoctoproject.org/Errors/Details/68608/ | ||
| 24 | PNBLACKLIST[libgweather] ?= "BROKEN: fails to build with gcc-6 - the recipe will be removed on 2017-09-01 unless the issue is fixed" | ||
