diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2017-02-13 18:51:18 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-02-13 20:34:21 +0100 |
commit | 044e5189549de11b2a94efd29a6009a76162b8f1 (patch) | |
tree | 4dc85b3a341140dad9f203b10d711cb74fe2dc3a /meta-oe/recipes-devtools/geany | |
parent | 7f3176f6288516fb79378c3e6ec4c03fa1a8c98d (diff) | |
download | meta-openembedded-044e5189549de11b2a94efd29a6009a76162b8f1.tar.gz |
smbnetfs gnome-disk-utility contacts kexecboot initramfs-kexecboot-klibc-image system-config-keyboard system-setup-keyboard geany geany-plugins efivar efibootmgr gimp system-config-keyboard tumbler: Blacklist
* fails repeatedly as reported in:
http://lists.openembedded.org/pipermail/openembedded-devel/2017-February/111112.html
http://lists.openembedded.org/pipermail/openembedded-devel/2017-February/111173.html
http://lists.openembedded.org/pipermail/openembedded-devel/2017-February/111180.html
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-devtools/geany')
-rw-r--r-- | meta-oe/recipes-devtools/geany/geany-plugins_1.29.bb | 2 | ||||
-rw-r--r-- | meta-oe/recipes-devtools/geany/geany_1.29.bb | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/geany/geany-plugins_1.29.bb b/meta-oe/recipes-devtools/geany/geany-plugins_1.29.bb index 89bb96670..34a6d5da7 100644 --- a/meta-oe/recipes-devtools/geany/geany-plugins_1.29.bb +++ b/meta-oe/recipes-devtools/geany/geany-plugins_1.29.bb | |||
@@ -261,3 +261,5 @@ RDEPENDS_${PN}-xmlsnippets = "${PN}" | |||
261 | PACKAGES =+ "${PLUGINS}" | 261 | PACKAGES =+ "${PLUGINS}" |
262 | RDEPENDS_${PN} = "${PLUGINS}" | 262 | RDEPENDS_${PN} = "${PLUGINS}" |
263 | ALLOW_EMPTY_${PN} = "1" | 263 | ALLOW_EMPTY_${PN} = "1" |
264 | |||
265 | PNBLACKLIST[geany-plugins] ?= "Depends on blacklisted geany" | ||
diff --git a/meta-oe/recipes-devtools/geany/geany_1.29.bb b/meta-oe/recipes-devtools/geany/geany_1.29.bb index f979b71b9..a2c678718 100644 --- a/meta-oe/recipes-devtools/geany/geany_1.29.bb +++ b/meta-oe/recipes-devtools/geany/geany_1.29.bb | |||
@@ -14,3 +14,5 @@ SRC_URI[sha256sum] = "394307596bc908419617e4c33e93eae8b5b733dfc8d01161677b8cbd3a | |||
14 | FILES_${PN} += "${datadir}/icons" | 14 | FILES_${PN} += "${datadir}/icons" |
15 | 15 | ||
16 | EXTRA_OECONF = "--disable-html-docs" | 16 | EXTRA_OECONF = "--disable-html-docs" |
17 | |||
18 | PNBLACKLIST[geany] ?= "Fails to build with RSS http://errors.yoctoproject.org/Errors/Details/132822/" | ||