GCNANO: remove libwayland-egl
Signed-off-by: Christophe Priouzeau <christophe.priouzeau@st.com>
This commit is contained in:
parent
bf2775faa4
commit
8263d32304
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue