[OE-core] [oe-commits] Ross Burton : Add gtk-doc-stub

Burton, Ross ross.burton at intel.com
Mon Jul 23 12:19:39 UTC 2012


On 23 July 2012 12:30, Martin Jansa <martin.jansa at gmail.com> 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




More information about the Openembedded-core mailing list