Advertisement
Guest User

Untitled

a guest
Dec 10th, 2020
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. LICENSE = "BSD"
  2. LIC_FILES_CHKSUM = "file://LICENSE;md5=68e2a80f5f9020a66f4512962817cd66"
  3.  
  4. SRC_URI = "git://github.com/criticalstack/libevhtp/"
  5.  
  6. SRC_URI[md5sum] = "ee1ae46269309acbda568c42a93d1a88"
  7. SRC_URI[sha256sum] = "316ede0d672be3ae6fe489d4ac1c8c53a1db7d4fe05edaff3c7c853933e02795"
  8. SRCREV = "e200bfa85bf253e9cfe1c1a9e705fccb176b9171"
  9.  
  10. S = "${WORKDIR}/git"
  11.  
  12. DEPENDS_append = "libevent"
  13. BBCLASSEXTEND = "native nativesdk"
  14.  
  15. FILES_${PN}-dev += "${includedir} \
  16. ${prefix}/src"
  17.  
  18.  
  19. inherit cmake
  20.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement