Advertisement
Guest User

Untitled

a guest
Sep 29th, 2015
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. SUMMARY = "uinput binding for python"
  2. SECTION = "devel/python"
  3. LICENSE = "GPLv3"
  4. LIC_FILES_CHKSUM = "file://COPYING;md5=f27defe1e96c2e1ecd4e0c9be8967949"
  5. DEPENDS = "python"
  6. RDEPENDS_${PN} = "python-core"
  7.  
  8. SRC_URI = "git://github.com/tuomasjjrasanen/python-uinput;branch=master;protocol=git"
  9. SRCREV = "1c37e30e57d005d56630048505f79f8202e14dd0"
  10.  
  11. S = "${WORKDIR}/git"
  12.  
  13. inherit python-dir
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement