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

libxsettings-client: remove unused path

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@741 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie
2006-09-21 15:05:16 +00:00
parent ecd5296738
commit 4471ca5bf7
@@ -16,7 +16,6 @@ inherit autotools gettext
do_stage () {
oe_libinstall -so libXsettings-client ${STAGING_LIBDIR}
mkdir -p ${STAGING_INCDIR}/gpe
for h in ${headers}; do
install -m 0644 ${S}/$h ${STAGING_INCDIR}/$h
done