[OE-core] [PATCH] libwacom: add recipe

kai.kang at windriver.com kai.kang at windriver.com
Fri Aug 23 08:19:45 UTC 2019


From: Kai Kang <kai.kang at windriver.com>

Package libinput has a package config 'libwacom'. When it is set,
package libwacom is required. So add the recipe of libwacom.

Signed-off-by: Kai Kang <kai.kang at windriver.com>
---
 meta/recipes-graphics/libwacom/libwacom_0.33.bb | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 meta/recipes-graphics/libwacom/libwacom_0.33.bb

diff --git a/meta/recipes-graphics/libwacom/libwacom_0.33.bb b/meta/recipes-graphics/libwacom/libwacom_0.33.bb
new file mode 100644
index 0000000000..deb2922216
--- /dev/null
+++ b/meta/recipes-graphics/libwacom/libwacom_0.33.bb
@@ -0,0 +1,15 @@
+DESCRIPTION = "libwacom is a library to identify wacom tablets and their model-specific features."
+HOMEPAGE = "https://github.com/linuxwacom/libwacom/wiki"
+SECTION = "libs"
+
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://COPYING;md5=40a21fffb367c82f39fd91a3b137c36e"
+
+DEPENDS = "libgudev"
+
+SRC_URI = "git://github.com/linuxwacom/libwacom.git;protocol=https"
+SRCREV = "87cc710e21a6220e267dd08936bbec2932aa3658"
+
+S = "${WORKDIR}/git"
+
+inherit autotools pkgconfig
-- 
2.20.0



More information about the Openembedded-core mailing list