From 4d95876748db57907dff07cb42695b7c5edfdc62 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Wed, 3 Sep 2008 10:59:56 +0000 Subject: chromium: add recipe for the google chrome browser * From the website: "Note: There is no working Chromium-based browser on Linux. Although many Chromium submodules build under Linux and a few unit tests pass, all that runs is a command-line 'all tests pass' executable." --- packages/chromium/.mtn2git_empty | 0 packages/chromium/chromium_svn.bb | 16 ++++++++++++++++ 2 files changed, 16 insertions(+) create mode 100644 packages/chromium/.mtn2git_empty create mode 100644 packages/chromium/chromium_svn.bb (limited to 'packages/chromium') diff --git a/packages/chromium/.mtn2git_empty b/packages/chromium/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 diff --git a/packages/chromium/chromium_svn.bb b/packages/chromium/chromium_svn.bb new file mode 100644 index 0000000000..98f4f10881 --- /dev/null +++ b/packages/chromium/chromium_svn.bb @@ -0,0 +1,16 @@ +DESCRIPTION = "Google Chrome browser" +LICENSE = "BSD" + +DEPENDS = "perl-native python-native flex-native gperf-native" + +PV = "0.0+svnr${SRCREV}" + +SRCREV = "1665" +SRC_URI = "svn://src.chromium.org/svn/trunk/;module=src;proto=http" + +S = "${WORKDIR}/src/chrome" + +do_compile() { + cd ${S} + ../third_party/scons/scons.py Hammer +} -- cgit 1.2.3-korg