GCNANO: remove libwayland-egl

Signed-off-by: Christophe Priouzeau <christophe.priouzeau@st.com>
This commit is contained in:
Christophe Priouzeau 2019-10-09 12:00:10 +02:00
parent bf2775faa4
commit 8263d32304
1 changed files with 8 additions and 6 deletions

View File

@ -105,6 +105,12 @@ do_install() {
LINK=`readlink ${D}${GCNANO_USERLAND_OUTPUT_LIBDIR}/libGLESv2.so`
ln -sf ${GCNANO_USERLAND_OUTPUT_LIBDIR}/$LINK ${D}${libdir}/libGLESv2.so.2
chown -R root.root ${D}/${GCNANO_USERLAND_OUTPUT_LIBDIR} ${D}${libdir}/
else
install -m 755 -d ${D}/usr/
cp -aR ${S}/${TAR_FILENAME}/usr ${D}/
fi
# remove remove libwayland-egl which are now provided by wayland
if test -f ${D}${GCNANO_USERLAND_OUTPUT_LIBDIR}/libwayland-egl.so ;
then
@ -112,10 +118,6 @@ do_install() {
rm ${D}${libdir}/pkgconfig/wayland-egl.pc
fi
chown -R root.root ${D}/${GCNANO_USERLAND_OUTPUT_LIBDIR} ${D}${libdir}/
else
install -m 755 -d ${D}/usr/
cp -aR ${S}/${TAR_FILENAME}/usr ${D}/
fi
install -d ${D}${systemd_unitdir}/system
install -m 0644 ${WORKDIR}/gcnano-userland-make-link.service ${D}${systemd_unitdir}/system