diff options
author | Andreas Müller <schnitzeltony@googlemail.com> | 2012-07-30 15:15:28 +0000 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-07-31 13:22:29 +0200 |
commit | 01b4d760e6e689f68a98cd3863a9b763e2c7b19c (patch) | |
tree | bf947541a7baabb79c3edeb71c9bfbf00f0b9d70 /meta-gnome/recipes-gnome/gnome-menus/gnome-menus_2.30.5.bb | |
parent | dfef8912a2b486296ee13ed9b6c1f1660502dfb5 (diff) | |
download | ast2050-yocto-openembedded-01b4d760e6e689f68a98cd3863a9b763e2c7b19c.zip ast2050-yocto-openembedded-01b4d760e6e689f68a98cd3863a9b763e2c7b19c.tar.gz |
gnome-menus: stop configure detecting host's python
This patch does not cause python bindings builded properly (native headers included)
error message was:
ERROR: This autoconf log indicates errors, it looked at host include and/or library paths while determining system capabilities.
Rerun configure task after fixing this. The path was '/home/andreas/tmp/oe-core-eglibc/work/armv7a-vfp-neon-angstrom-linux-gnueabi/gnome-menus-2.30.5-r0/gnome-menus-2.30.5'
ERROR: Function failed: do_qa_configure
ERROR: Logfile of failure stored in: /home/andreas/tmp/oe-core-eglibc/work/armv7a-vfp-neon-angstrom-linux-gnueabi/gnome-menus-2.30.5-r0/temp/log.do_configure.7913
NOTE: package gnome-menus-2.30.5-r0: task do_configure: Failed
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-gnome/recipes-gnome/gnome-menus/gnome-menus_2.30.5.bb')
-rw-r--r-- | meta-gnome/recipes-gnome/gnome-menus/gnome-menus_2.30.5.bb | 3 |
1 files changed, 2 insertions, 1 deletions
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 d4057c0..f8b2fac 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 @@ -3,10 +3,11 @@ SECTION = "x11/gnome" LICENSE = "GPLv2 & LGPLv2" LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ file://COPYING.LIB;md5=5f30f0716dfdd0d91eb439ebec522ec2" +PR = "r1" DEPENDS = "python libxml2 gconf popt gtk+" -inherit gnome pkgconfig python-dir +inherit gnome pkgconfig python-dir pythonnative SRC_URI[archive.md5sum] = "caa6772e63ed5870cf43dc3d354e0624" SRC_URI[archive.sha256sum] = "6dcc565006d6e8c2025ae83ab1f82edf6bd04d61c804c0dc9bf5ea50629c4caa" |