diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2016-08-31 19:25:48 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-09-05 13:30:54 +0200 |
commit | 939b83a13f5f80a30948967e41041b99fb96329e (patch) | |
tree | 0ad3184f1340578514e0736e554a68183ec7e5b2 /meta-gnome/recipes-gnome | |
parent | 8c29023f1fe5881f3e001704eb9e5d398777d4a6 (diff) | |
download | meta-openembedded-939b83a13f5f80a30948967e41041b99fb96329e.tar.gz |
gnome-menus, gnome-panel3, gnome-control-center: blacklist, gnome-menus fails to build because of python
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-gnome/recipes-gnome')
3 files changed, 6 insertions, 1 deletions
diff --git a/meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center_2.32.1.bb b/meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center_2.32.1.bb index 814d82990..391d0dd97 100644 --- a/meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center_2.32.1.bb +++ b/meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center_2.32.1.bb | |||
@@ -31,3 +31,5 @@ FILES_${PN} += "${datadir}/icon* \ | |||
31 | FILES_${PN}-dbg += "${libdir}/window-manager-settings/.debug" | 31 | FILES_${PN}-dbg += "${libdir}/window-manager-settings/.debug" |
32 | FILES_${PN}-dev += "${libdir}/window-manager-settings/*.la" | 32 | FILES_${PN}-dev += "${libdir}/window-manager-settings/*.la" |
33 | FILES_${PN}-staticdev += "${libdir}/window-manager-settings/*.a" | 33 | FILES_${PN}-staticdev += "${libdir}/window-manager-settings/*.a" |
34 | |||
35 | PNBLACKLIST[gnome-control-center] ?= "Depends on broken gnome-menus" | ||
diff --git a/meta-gnome/recipes-gnome/gnome-menus/gnome-menus_2.30.5.bb b/meta-gnome/recipes-gnome/gnome-menus/gnome-menus_2.30.5.bb index 1e31b56ff..418951890 100644 --- a/meta-gnome/recipes-gnome/gnome-menus/gnome-menus_2.30.5.bb +++ b/meta-gnome/recipes-gnome/gnome-menus/gnome-menus_2.30.5.bb | |||
@@ -25,3 +25,6 @@ FILES_${PN}-python-staticdev = "${PYTHON_SITEPACKAGES_DIR}/gmenu.a ${PYTHON_SITE | |||
25 | FILES_${PN}-python = "${PYTHON_SITEPACKAGES_DIR}/gmenu.so ${PYTHON_SITEPACKAGES_DIR}/GMenuSimpleEditor " | 25 | FILES_${PN}-python = "${PYTHON_SITEPACKAGES_DIR}/gmenu.so ${PYTHON_SITEPACKAGES_DIR}/GMenuSimpleEditor " |
26 | FILES_${PN}-dbg += "${PYTHON_SITEPACKAGES_DIR}/*/.debug \ | 26 | FILES_${PN}-dbg += "${PYTHON_SITEPACKAGES_DIR}/*/.debug \ |
27 | ${PYTHON_SITEPACKAGES_DIR}/.debug" | 27 | ${PYTHON_SITEPACKAGES_DIR}/.debug" |
28 | |||
29 | # http://errors.yoctoproject.org/Errors/Details/81001/ | ||
30 | PNBLACKLIST[gnome-menus] ?= "BROKEN: fails to build because of python" | ||
diff --git a/meta-gnome/recipes-gnome/gnome-panel/gnome-panel3_3.0.2.bb b/meta-gnome/recipes-gnome/gnome-panel/gnome-panel3_3.0.2.bb index 1fc1d4fd3..138d985fe 100644 --- a/meta-gnome/recipes-gnome/gnome-panel/gnome-panel3_3.0.2.bb +++ b/meta-gnome/recipes-gnome/gnome-panel/gnome-panel3_3.0.2.bb | |||
@@ -48,4 +48,4 @@ FILES_${PN} =+ "${datadir}/gnome* \ | |||
48 | ${libdir}/bonobo \ | 48 | ${libdir}/bonobo \ |
49 | " | 49 | " |
50 | 50 | ||
51 | 51 | PNBLACKLIST[gnome-panel3] ?= "Depends on broken gnome-menus" | |