[oe] [PATCH] glib-2.0_2.24.1: fix `error: Could not find a glib-genmarshal in your PATH`

Paul Menzel paulepanter at users.sourceforge.net
Sun Oct 3 18:13:43 UTC 2010


Date: Sun, 3 Oct 2010 20:01:46 +0200

This commit partially reverts 1e4c8a [1].

Commit 1e4c8a removed `glib-2.0-native` from `DEPENDS`. Unfortunately `configure()` fails for me for minimal distributions with the following error. (It works for `angstrom-2008.1` though.)

    error: Could not find a glib-genmarshal in your PATH

Adding `glib-2.0-native` back to `DEPENDS` fixes the build error for me.

[1] http://cgit.openembedded.org/cgit.cgi/openembedded/commit/?id=1e4c8ab77532c76ad041ab3b50d3e18bfc352080

Signed-off-by: Paul Menzel <paulepanter at users.sourceforge.net>
CC: Florian Boor <florian.boor at kernelconcepts.de>
---
Could someone please comment on this as the explanation in 1e4c8a to remove the old style native dependency sounds quite sane.
---
 recipes/glib-2.0/glib-2.0_2.24.1.bb |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/glib-2.0/glib-2.0_2.24.1.bb b/recipes/glib-2.0/glib-2.0_2.24.1.bb
index 3bc11de..15f0b1a 100644
--- a/recipes/glib-2.0/glib-2.0_2.24.1.bb
+++ b/recipes/glib-2.0/glib-2.0_2.24.1.bb
@@ -6,11 +6,11 @@ UNIX-like platforms, Windows, OS/2 and BeOS."
 LICENSE = "LGPL"
 SECTION = "libs"
 PRIORITY = "optional"
-DEPENDS = "gtk-doc zlib"
+DEPENDS = "glib-2.0-native gtk-doc zlib"
 DEPENDS_virtclass-native = "gettext-native gtk-doc-native \
                             pkgconfig-native"
 
-PR = "r0"
+PR = "r1"
 
 SRC_URI = "\
   http://ftp.gnome.org/pub/GNOME/sources/glib/2.24/glib-${PV}.tar.bz2;name=archive \
-- 
1.7.1
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: This is a digitally signed message part
URL: <http://lists.openembedded.org/pipermail/openembedded-devel/attachments/20101003/1acf6802/attachment-0002.sig>


More information about the Openembedded-devel mailing list