1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-09 05:29:32 +00:00

libxsettings-client: Convert to autotools_stage

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
Richard Purdie
2009-11-16 21:39:11 +00:00
parent 5c0dce866d
commit 84c2500e99
@@ -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