Advertisement
RobertBerger

Untitled

Aug 22nd, 2021
258
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. HOMEPAGE = "https://github.com/RobertBerger/python-examples/tree/master/hello-python3"
  2. LICENSE = "Apache-2.0"
  3. LIC_FILES_CHKSUM = "file://LICENSE;md5=89aea4e17d99a7cacdbeed46a0096b10"
  4.  
  5. SRC_URI = "git://github.com/RobertBerger/python-examples;protocol=https"
  6.  
  7. # Modify these as desired
  8. PV = "1.0+git${SRCPV}"
  9. SRCREV = "${AUTOREV}"
  10.  
  11. S = "${WORKDIR}/git/${BPN}"
  12.  
  13. inherit setuptools3
  14.  
  15. RDEPENDS_${PN} += "python3-core"
  16.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement