summaryrefslogtreecommitdiffstats
path: root/meta/recipes-webos/webos-wayland-extensions/webos-wayland-extensions.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-webos/webos-wayland-extensions/webos-wayland-extensions.bb')
-rw-r--r--meta/recipes-webos/webos-wayland-extensions/webos-wayland-extensions.bb22
1 files changed, 22 insertions, 0 deletions
diff --git a/meta/recipes-webos/webos-wayland-extensions/webos-wayland-extensions.bb b/meta/recipes-webos/webos-wayland-extensions/webos-wayland-extensions.bb
new file mode 100644
index 0000000000..b911f2161c
--- /dev/null
+++ b/meta/recipes-webos/webos-wayland-extensions/webos-wayland-extensions.bb
@@ -0,0 +1,22 @@
+# Copyright (c) 2013-2018 LG Electronics, Inc.
+
+SUMMARY = "Wayland protocol extensions for webOS"
+AUTHOR = "Anupam Kaul <anupam.kaul@lge.com>"
+SECTION = "webos/base"
+LICENSE = "Apache-2.0"
+LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10"
+
+DEPENDS = "wayland wayland-native"
+
+WEBOS_VERSION = "1.0.0-1_e77a753ad662f904a7b0f7830911b95ea4d4093c"
+PR = "r2"
+
+inherit webos_component
+inherit webos_cmake
+inherit webos_enhanced_submissions
+inherit webos_public_repo
+
+SRC_URI = "${WEBOSOSE_GIT_REPO_COMPLETE}"
+S = "${WORKDIR}/git"
+
+FILES_${PN}-dev += "${datadir}/*"