]> code.ossystems Code Review - openembedded-core.git/commitdiff
libxsettings-client: Convert to autotools_stage
authorRichard Purdie <rpurdie@linux.intel.com>
Mon, 16 Nov 2009 21:39:11 +0000 (21:39 +0000)
committerRichard Purdie <rpurdie@linux.intel.com>
Mon, 16 Nov 2009 21:39:11 +0000 (21:39 +0000)
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
meta/packages/libxsettings-client/libxsettings-client_0.10.bb

index 5201f3167bc014710399695f55b2004e7147e818..89376f3b1a0d53d367bbb42f1d78bebd73623a69 100644 (file)
@@ -13,13 +13,4 @@ SRC_URI = "http://projects.o-hand.com/matchbox/sources/optional-dependencies/Xse
 
 S = "${WORKDIR}/Xsettings-client-0.10"
 
-inherit autotools gettext
-
-do_stage () {
-        # TODO: replace with autotools_stage_all?
-        oe_libinstall -so libXsettings-client ${STAGING_LIBDIR}
-
-       for h in ${headers}; do
-               install -m 0644 ${S}/$h ${STAGING_INCDIR}/$h
-       done
-}
+inherit autotools_stage gettext