Advertisement
Guest User

Untitled

a guest
Dec 22nd, 2016
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. DESCRIPTION = "Utilities for generating documentation from source code"
  2. HOMEPAGE = "http://www.doxygen.org/"
  3. SECTION = "console/utils"
  4. LICENSE = "GPLv2"
  5. LIC_FILES_CHKSUM = "file://LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263"
  6.  
  7. SRC_URI = "git://github.com/doxygen/doxygen.git;protocol=http"
  8. SRCREV = "4951df8d0d0acf843b4147136f945504b96536e7"
  9. S = "${WORKDIR}/git"
  10.  
  11. DEPENDS = "flex-native bison-native"
  12.  
  13. inherit cmake pythonnative
  14.  
  15. BBCLASSEXTEND += "native nativesdk"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement