Signed-off-by: Javier Viguera <javier.viguera@digi.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
ln -sf lib2dz160.so.0 ${D}${libdir}/lib2dz160.so
ln -sf lib2dz430.so.0 ${D}${libdir}/lib2dz430.so
- # FIXME: Remove unkown files
+ # FIXME: Remove unknown files
rm -r ${D}${libdir}/libcsi.a \
${D}${libdir}/libres.a
As Yocto now use a newer Linux headers package we end having a build
failure in perf as 'stddef.h' has changed and does not provide NULL
-definiton anymore. To workaround it we add the srcdir onto search path
+definition anymore. To workaround it we add the srcdir onto search path
for include files, before sysroot one.
Upstream-Status: Inappropriate [build system specific change]
inherit waf
-# configure the eglvivsink element to use the appropiate EGL platform code
+# configure the eglvivsink element to use the appropriate EGL platform code
# X11 if x11 is present in DISTRO_FEATURES
# Wayland if x11 is not present in DISTRO_FEATURES, but wayland is
# Framebuffer otherwise