diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2020-04-27 17:35:50 +0200 |
---|---|---|
committer | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2020-04-27 17:35:59 +0200 |
commit | c60877d5323111e090dbfe6ae0a0a394c333722a (patch) | |
tree | 7f0c4400aec49ec9b73372ff97162180d0aeb828 /recipes-devtools/gn/gn.inc | |
parent | 6a372e1e9d4f8df0c8f865ffbd76ef0d3c382f82 (diff) | |
parent | 87ed18ebfb556bf5e0cf49f75a4b7e349ba81125 (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.inc | 21 |
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 2728bc1eb..000000000 --- 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" |