forked from webosose/meta-webosose
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
Showing
2 changed files
with
23 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
|