Advertisement
Guest User

Untitled

a guest
Jan 19th, 2021
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. DESCRIPTION = "A regular expression library"
  2. HOMEPAGE = "https://github.com/google/re2/"
  3. LICENSE = "BSD-3-Clause"
  4. LIC_FILES_CHKSUM = "file://LICENSE;md5=3b5c31eb512bdf3cb11ffd5713963760"
  5.  
  6. SRCREV = "166dbbeb3b0ab7e733b278e8f42a84f6882b8a25"
  7.  
  8. SRC_URI = "git://github.com/google/re2.git;branch=master"
  9.  
  10. S = "${WORKDIR}/git"
  11.  
  12. inherit cmake
  13.  
  14. EXTRA_OECMAKE = " -DBUILD_SHARED_LIBS=ON "
  15.  
  16. BBCLASSEXTEND = "native nativesdk"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement