diff options
author | Jose Dapena Paz <jdapena@igalia.com> | 2022-02-03 12:32:43 +0100 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2022-02-17 15:41:45 +0000 |
commit | 4e90b52b2663a35a2c176c911d23c91864f4d26f (patch) | |
tree | a9ff2f6d36b0ae8e7017dc6265adc598746612e0 /recipes-wam/wam | |
parent | f53ebf1f1b9ebf1f22b27d09da66cab24d05508a (diff) |
wam: rebase on top of webOS OSE QtLess implementation
Update SRCREV and branch to @55.agl.marlin, that includes the
webOS OSE implementation of QtLess, and AGL work as a single commit
on top of it adapting to the new coding style.
Bug-AGL: SPEC-4239
Change-Id: Icc08a6ea13d85854194e6ce0278f653ce8262787
Signed-off-by: Jose Dapena Paz <jdapena@igalia.com>
Diffstat (limited to 'recipes-wam/wam')
-rw-r--r-- | recipes-wam/wam/wam_git.bb | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/recipes-wam/wam/wam_git.bb b/recipes-wam/wam/wam_git.bb index 81833bb34..28c5d4e78 100644 --- a/recipes-wam/wam/wam_git.bb +++ b/recipes-wam/wam/wam_git.bb @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89aea4e17d99a7ca inherit cmake -DEPENDS = "glib-2.0 jsoncpp boost chromium protobuf protobuf-native" +DEPENDS = "glib-2.0 jsoncpp boost chromium protobuf protobuf-native libxml2" EXTRA_OECMAKE = "\ -DCMAKE_BUILD_TYPE=Release \ @@ -25,12 +25,14 @@ lcl_maybe_fortify = "" SECURITY_STACK_PROTECTOR = "" SRC_URI = "\ - git://github.com/igalia/${BPN}.git;branch=@52.agl.marlin;protocol=https \ + git://github.com/igalia/${BPN}.git;branch=@55.agl.marlin;protocol=https \ file://WebAppMgr.service \ file://WebAppMgr.env \ " S = "${WORKDIR}/git" -SRCREV = "0a0e6c52fa2983f4703ef9fce68b01b631003043" +SRCREV = "b0c1e4691b68ecb0dd300d918ec218955bf8c713" + +PV = "ose55.agl.marlin" do_install:append() { install -v -d ${D}${sysconfdir}/wam |