Advertisement
Guest User

Untitled

a guest
Oct 18th, 2018
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. ALLOW_EMPTY_${PN} = "0"
  2.  
  3. EXTRA_OECMAKE = "-DBUILD_SHARED_LIBS=y"
  4.  
  5. INSANE_SKIP_${PN} = "ldflags"
  6. INHIBIT_PACKAGE_STRIP = "1"
  7. INHIBIT_SYSROOT_STRIP = "1"
  8. SOLIBS = ".so"
  9. FILES_SOLIBSDEV = ""
  10.  
  11. BBCLASSEXTEND = "nativesdk"
  12. TOOLCHAIN_TARGET_TASK_append = " nativesdk-libinih"
  13.  
  14. do_install () {
  15. install -d ${D}${includedir}/inih
  16. install -m 755 ${S}/include/*.h ${D}${includedir}/inih
  17.  
  18. install -d ${D}${libdir}
  19. install -m 0755 ${WORKDIR}/build/lib/lib*.so ${D}${libdir}
  20. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement