Skip to content

Commit

Permalink
libgls2: Add recipe
Browse files Browse the repository at this point in the history
A GObject based library wrapping luna-service2.
It provides Object-Oriented Programming concept for C Programming and
manages the instance of LSHandle struct of luna-service2.

Close webosce/README#30

Signed-off-by: Yi-Soo An <[email protected]>
  • Loading branch information
lsahn-gh committed Oct 17, 2018
1 parent 0770604 commit 7e41129
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ RDEPENDS_${PN} = " \
settingsservice \
sleepd \
libsdl2 \
libgls2 \
webos-connman-adapter \
webos-fontconfig-files \
${VIRTUAL-RUNTIME_appinstalld} \
Expand Down
22 changes: 22 additions & 0 deletions meta-webos/recipes-webos/libgls2/libgls2.bb
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
SUMMARY = "A GObject based library wrapping luna-service2"
AUTHOR = "Yi-Soo An <[email protected]>"
SECTION = "webos/libs"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10"

DEPENDS = "luna-service2 glib-2.0 pmloglib"

WEBOS_VERSION = "0.1.0-1_6bcf4dd66c6965d29eb8f7dc364fbaa9a0415e09"
PR = "r7"

inherit webos_component
inherit webos_public_repo
inherit webos_enhanced_submissions
inherit webos_cmake
inherit webos_library

EXTRA_OECMAKE += "-DGLS2_BUILD_DOC:BOOL=FALSE"

SRC_URI = "${WEBOSOSE_GIT_REPO_COMPLETE}"
S = "${WORKDIR}/git"

0 comments on commit 7e41129

Please sign in to comment.