From 639fb2cc3de6bf6211aaa4909c7aabf658c29dc7 Mon Sep 17 00:00:00 2001 From: Jacobo Aragunde Pérez Date: Tue, 3 Dec 2019 11:53:34 +0100 Subject: meta-html5-framework: rename layer and feature MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The new name for the layer is meta-agl-profile-graphical-html5 and the feature is agl-profile-graphical-html5, which better match the other existing features like agl-profile-graphical-qt5. Usage: aglsetup.sh -m $MACHINE agl-profile-graphical-html5 Build minimal image to run HTML5 apps: bitbake agl-image-graphical-html5 Include to agl-demo-platform: IMAGE_INSTALL_append = " packagegroup-agl-appfw-html5" Change-Id: I4a4d4f85dd7fc23be51621702f842aa86a0dc3a5 Signed-off-by: Jacobo Aragunde Pérez --- .../recipes-wam/chromium/chromium-browser-service.bb | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 meta-agl-profile-graphical-html5/recipes-wam/chromium/chromium-browser-service.bb (limited to 'meta-agl-profile-graphical-html5/recipes-wam/chromium/chromium-browser-service.bb') diff --git a/meta-agl-profile-graphical-html5/recipes-wam/chromium/chromium-browser-service.bb b/meta-agl-profile-graphical-html5/recipes-wam/chromium/chromium-browser-service.bb new file mode 100644 index 00000000..2686c7c8 --- /dev/null +++ b/meta-agl-profile-graphical-html5/recipes-wam/chromium/chromium-browser-service.bb @@ -0,0 +1,19 @@ +SUMMARY = "Chromium browser widget" +DESCRIPTION = "Wgt packaging for running chromium installed browser" +HOMEPAGE = "https://webosose.org" +SECTION = "apps" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10" + +SRC_URI = "gitsm://github.com/webosose/${PN}.git;branch=halibut;protocol=https" +SRCREV = "7dabb46483ff6a3a4fa5cfe532b91412f185554d" + +PV = "1.0+git${SRCPV}" +S = "${WORKDIR}/git" + +#build-time dependencies +DEPENDS += "af-binder af-main-native chromium68" + +inherit cmake aglwgt + +RDEPENDS_${PN} += "chromium68-browser runxdg" -- cgit 1.2.3-korg