X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=recipes-devtools%2Fgn%2Fgn.inc;fp=recipes-devtools%2Fgn%2Fgn.inc;h=0000000000000000000000000000000000000000;hb=b40821b62d9b3e35d61f735d7e37636cc1968d69;hp=2728bc1eb8b62a7a44eb69ff1e0c61c3276895c6;hpb=2995a0b9adb6c0a48376a1f4f7375d2ca932fa8b;p=AGL%2Fmeta-agl-demo.git 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"