liri-qtudev: initial add 1.0.0
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
22
recipes-liri/liri-qtudev/liri-qtudev_git.bb
Normal file
22
recipes-liri/liri-qtudev/liri-qtudev_git.bb
Normal file
@@ -0,0 +1,22 @@
|
||||
SUMMARY = "Qt-style wrapper around udev"
|
||||
LICENSE = "LGPLv3"
|
||||
LIC_FILES_CHKSUM = " \
|
||||
file://LICENSE.LGPLv3;md5=e6a600fd5e1d9cbde2d983680233ad02 \
|
||||
"
|
||||
|
||||
inherit liri
|
||||
|
||||
PV = "1.0.0+git${SRCPV}"
|
||||
|
||||
SRCREV = "ba2d937bb08c39fa40a1fc4037366bf8699e1133"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
DEPENDS += " \
|
||||
udev \
|
||||
umockdev \
|
||||
"
|
||||
|
||||
FILES_SOLIBSDEV = ""
|
||||
FILES_${PN} += " \
|
||||
${libdir}/libQt5Udev.so \
|
||||
"
|
||||
Reference in New Issue
Block a user