Advertisement
Guest User

Untitled

a guest
Apr 9th, 2019
253
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. SUMMARY = "Logger library that uses rsyslog"
  2. HOMEPAGE = "www.xxxx.it"
  3. LICENSE = "CLOSE"
  4. SECTION = "libraries"
  5. DEPENDS = "texa-cmake-modules boost"
  6.  
  7. LIC_FILES_CHKSUM = "file://${S}/LICENSE;md5=d41d8cd98f00b204e9800998ecf8427e"
  8.  
  9. SRC_URI = "file://xxx_log.tar.gz;subdir=xxx_log"
  10. S = "${WORKDIR}/xxx_log"
  11.  
  12. inherit cmake
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement