From b40821b62d9b3e35d61f735d7e37636cc1968d69 Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Thu, 2 Apr 2020 12:45:47 -0400 Subject: agl-demo-platform-crosssdk: remove Chromium specific bits from SDK The gn tool recipe is not usable on dunfell due to python2 dependencies, and the current AGL solution for web applications does not require building Chromium with the SDK, so remove the recipe and the packages explicitly added for Chromium to cut down on the SDK size and build time. Bug-AGL: SPEC-3302 Signed-off-by: Scott Murray Change-Id: I7e99f2c7711d2fad9d7608a734a2d96f2cb52e48 --- recipes-devtools/gn/gn.inc | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 recipes-devtools/gn/gn.inc (limited to 'recipes-devtools/gn/gn.inc') diff --git a/recipes-devtools/gn/gn.inc b/recipes-devtools/gn/gn.inc deleted file mode 100644 index 2728bc1e..00000000 --- a/recipes-devtools/gn/gn.inc +++ /dev/null @@ -1,21 +0,0 @@ -SUMMARY = "Meta-build system from Google" -LICENSE = "BSD" -LIC_FILES_CHKSUM = "file://LICENSE;md5=0fca02217a5d49a14dfe2d11837bb34d" - -DEPENDS = "python-native ninja-native" - -SRC_URI = "http://gsdview.appspot.com/chromium-browser-official/chromium-${PV}.tar.xz" - -S ?= "${WORKDIR}/chromium-${PV}" - -do_compile () { - cd ${S}/tools/gn - ./bootstrap/bootstrap.py -s -} - -do_install () { - install -d ${D}${bindir} - install -m 0755 out/Release/gn ${D}${bindir}/gn -} - -BBCLASSEXTEND = "native nativesdk" -- cgit 1.2.3-korg