From: Koen Kooi Date: Sun, 28 Mar 2010 09:43:05 +0000 (+0200) Subject: gtk-doc: convert to new style staging and use BBCLASSEXTEND X-Git-Tag: Release-2010-05/1~210 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3ca7bfdf707b862d4ed59897a3289c321e980d0e;p=openembedded.git gtk-doc: convert to new style staging and use BBCLASSEXTEND --- diff --git a/recipes/gtk-doc/gtk-doc-native.bb b/recipes/gtk-doc/gtk-doc-native.bb deleted file mode 100644 index 60a8907baf..0000000000 --- a/recipes/gtk-doc/gtk-doc-native.bb +++ /dev/null @@ -1,3 +0,0 @@ -SECTION = "x11/base" -inherit native -require gtk-doc.bb diff --git a/recipes/gtk-doc/gtk-doc.bb b/recipes/gtk-doc/gtk-doc.bb index f56ca1a160..a7ab21ed2d 100644 --- a/recipes/gtk-doc/gtk-doc.bb +++ b/recipes/gtk-doc/gtk-doc.bb @@ -10,7 +10,5 @@ do_install() { install -m 0644 ${WORKDIR}/gtk-doc.m4 ${D}/${datadir}/aclocal } -do_stage() { - install -d ${STAGING_DATADIR}/aclocal - install -m 0644 ${WORKDIR}/gtk-doc.m4 ${STAGING_DATADIR}/aclocal/ -} +NATIVE_INSTALL_WORKS = "1" +BBCLASSEXTEND = "native"