On 23 July 2012 12:30, Martin Jansa <[email protected]> wrote: > That's probably because of one of those: > OE @ ~/meta-openembedded $ git grep DEPENDS.*gtk-doc > meta-gnome/recipes-gnome/bonobo/libbonoboui_2.24.3.bb:DEPENDS = > "libgnomecanvas libbonobo libgnome glib-2.0 gtk-doc gconf libxml2 libglade" > meta-gnome/recipes-gnome/orbit2/orbit2_2.14.17.bb:DEPENDS = "libidl popt > gtk-doc ${IDL_COMPILER_DEPENDS}" > meta-gnome/recipes-gnome/orbit2/orbit2_2.14.17.bb:DEPENDS_virtclass-native = > "libidl-native popt-native gtk-doc-native" > meta-gpe/recipes-graphics/libgpewidget/libgpewidget_0.117.bb:DEPENDS = "gtk+ > cairo libxinerama libxcomposite libxrender gtk-doc"
They are all wrong. You'll never DEPEND on gtk-doc, it's a build tool so you'll DEPEND on gtk-doc-native (indirectly, inherit gtkdoc instead) and maybe (say a build tools metapackage) RDEPEND on gtk-doc. Ross _______________________________________________ Openembedded-core mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
