Advertisement
Guest User

Untitled

a guest
Jun 29th, 2017
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. SUMMARY = "..."
  2. SECTION = "base"
  3. LICENSE = "CLOSED"
  4. PR = "r1"
  5.  
  6. DEPENDS = "libusb1 avahi"
  7.  
  8. SRC_URI = "git://X;protocol=ssh;branch=master \
  9. file://install.patch;patchdir=${WORKDIR}/git \
  10. "
  11. SRCREV = "${AUTOREV}"
  12.  
  13. S = "${WORKDIR}/git/Source"
  14.  
  15. inherit cmake pkgconfig
  16.  
  17. BBCLASSEXTEND = "native nativesdk"
  18. ALLOW_EMPTY_${PN} = "1" # this seems to fix the problem
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement