summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/gn/gn.inc
diff options
context:
space:
mode:
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>2020-04-27 17:35:50 +0200
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>2020-04-27 17:35:59 +0200
commitc60877d5323111e090dbfe6ae0a0a394c333722a (patch)
tree7f0c4400aec49ec9b73372ff97162180d0aeb828 /recipes-devtools/gn/gn.inc
parent6a372e1e9d4f8df0c8f865ffbd76ef0d3c382f82 (diff)
parent87ed18ebfb556bf5e0cf49f75a4b7e349ba81125 (diff)
Merge branch 'next'
* next: Remove vboxguestdrivers recipe packagegroup-agl-demo: remove python-curses agl-demo-platform-crosssdk: remove Chromium specific bits from SDK Remove ttf-noto-emoji recipe Declare layer compatibility for dunfell Change-Id: I2393ea0057dfac4abecf1c965ca337c26a5532be Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'recipes-devtools/gn/gn.inc')
-rw-r--r--recipes-devtools/gn/gn.inc21
1 files changed, 0 insertions, 21 deletions
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"