aboutsummaryrefslogtreecommitdiffstats
path: root/packages/chromium
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2008-09-03 10:59:56 +0000
committerKoen Kooi <koen@openembedded.org>2008-09-03 10:59:56 +0000
commit4d95876748db57907dff07cb42695b7c5edfdc62 (patch)
treeb707074ffb2b687470af18d714baa75c5e7df730 /packages/chromium
parent913c60585ff62d1cfb115e14e957c8a54e61c4e4 (diff)
downloadopenembedded-4d95876748db57907dff07cb42695b7c5edfdc62.tar.gz
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."
Diffstat (limited to 'packages/chromium')
-rw-r--r--packages/chromium/.mtn2git_empty0
-rw-r--r--packages/chromium/chromium_svn.bb16
2 files changed, 16 insertions, 0 deletions
diff --git a/packages/chromium/.mtn2git_empty b/packages/chromium/.mtn2git_empty
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/packages/chromium/.mtn2git_empty
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
+}