-
Notifications
You must be signed in to change notification settings - Fork 30
/
luna-appmanager.bb
26 lines (20 loc) · 1017 Bytes
/
luna-appmanager.bb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Copyright (c) 2010-2013 LG Electronics, Inc.
SUMMARY = "webOS ports Application Manager"
SECTION = "webos/base"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10"
DEPENDS = "cjson luna-service2 sqlite3 luna-sysmgr-ipc luna-sysmgr-ipc-messages pmloglib librolegen nyx-lib openssl luna-webkit-api luna-prefs libpbnjson freetype luna-sysmgr-common"
DEPENDS += "qtbase qtquick1"
DEPENDS += "serviceinstaller"
WEBOS_VERSION = "1.0.0-4_498956e7603f3d168f03f617f961c8a0100dfc16"
inherit webos_public_repo
inherit webos_daemon
inherit webos_enhanced_submissions
inherit webos_system_bus
# We need to warrant the correct order for the following two inherits as webos_cmake is
# setting the build dir to be outside of the source dir which is overriden by cmake_qt5
# again if we inherit it afterwards.
inherit cmake_qt5
inherit webos_cmake
SRC_URI = "git://github.com/webOS-ports/luna-appmanager.git;protocol=git;branch=master"
S = "${WORKDIR}/git"