From 4fd6eb328820d7f6657c223bf1b1a19e8c864a03 Mon Sep 17 00:00:00 2001 From: Stephane Desneux Date: Thu, 12 Oct 2017 14:58:03 +0200 Subject: SDK: add native+target packages to build chromium This adds the following recipes/adjustements: * recipes-devtools/gn (copied from https://github.com/Igalia/meta-browser, branch ozone/wayland/20170928, rev a01cf92) * recipes-devtools/ninja * recipes-extended/gperf Bug-AGL: SPEC-942 Change-Id: Ibc34a055ead85aeea24c66665655c9070b47d032 Signed-off-by: Stephane Desneux --- recipes-devtools/gn/gn_20170928.r499098.git8eb8619a.bb | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 recipes-devtools/gn/gn_20170928.r499098.git8eb8619a.bb (limited to 'recipes-devtools/gn/gn_20170928.r499098.git8eb8619a.bb') diff --git a/recipes-devtools/gn/gn_20170928.r499098.git8eb8619a.bb b/recipes-devtools/gn/gn_20170928.r499098.git8eb8619a.bb new file mode 100644 index 00000000..a6955fd9 --- /dev/null +++ b/recipes-devtools/gn/gn_20170928.r499098.git8eb8619a.bb @@ -0,0 +1,9 @@ +require gn.inc + +S = "${WORKDIR}/src" + +SRC_URI = "https://tmp.igalia.com/chromium-tarballs/chromium-wayland-8eb8619a.tar.xz" +SRC_URI += "file://0001-Add-missing-deps.patch" + +SRC_URI[md5sum] = "2a83227fcdb52b162014384e6550e8cb" +SRC_URI[sha256sum] = "1f394b48dc5f3815d051f7af724873ff0785086578aadc0d8d4395e10217be27" -- cgit 1.2.3-korg