chromium: add recipe for the google chrome browser
authorKoen Kooi <koen@openembedded.org>
Wed, 3 Sep 2008 10:59:56 +0000 (10:59 +0000)
committerKoen Kooi <koen@openembedded.org>
Wed, 3 Sep 2008 10:59:56 +0000 (10:59 +0000)
* 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 [new file with mode: 0644]
packages/chromium/chromium_svn.bb [new file with mode: 0644]

diff --git a/packages/chromium/.mtn2git_empty b/packages/chromium/.mtn2git_empty
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/packages/chromium/chromium_svn.bb b/packages/chromium/chromium_svn.bb
new file mode 100644 (file)
index 0000000..98f4f10
--- /dev/null
@@ -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
+}