[oe-commits] Richard Purdie : gtk-doc: Add pkgconfig inherit

git at git.openembedded.org git at git.openembedded.org
Wed Jun 25 12:52:17 UTC 2014


Module: openembedded-core.git
Branch: master
Commit: 7ee05554c55607d9aa02f9a93762e2024bcd4bb0
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=7ee05554c55607d9aa02f9a93762e2024bcd4bb0

Author: Richard Purdie <richard.purdie at linuxfoundation.org>
Date:   Tue Jun 24 23:55:00 2014 +0100

gtk-doc: Add pkgconfig inherit

Anything using gtk-doc will be using pkgconfig as well so
add in the dependency rather than doing it for each and every recipe.

Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/classes/gtk-doc.bbclass | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta/classes/gtk-doc.bbclass b/meta/classes/gtk-doc.bbclass
index fb7863e..e32f98d 100644
--- a/meta/classes/gtk-doc.bbclass
+++ b/meta/classes/gtk-doc.bbclass
@@ -21,3 +21,5 @@ EXTRA_OECONF_append = "\
 do_configure_prepend () {
 	( cd ${S}; gtkdocize --docdir ${GTKDOC_DOCDIR} )
 }
+
+inherit pkgconfig



More information about the Openembedded-commits mailing list