[oe-commits] org.oe.dev chromium: add recipe for the google chrome browser

koen commit oe at amethyst.openembedded.net
Wed Sep 3 11:04:31 UTC 2008


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."

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: 569812792eee305c645df1be7890a1c0e57ff63e
ViewMTN: http://monotone.openembedded.org/revision/info/569812792eee305c645df1be7890a1c0e57ff63e
Files:
1
packages/chromium
packages/chromium/chromium_svn.bb
Diffs:

#
# mt diff -r4bf3d585c38329ddf1bf7279a2a91e68bf2ac8e7 -r569812792eee305c645df1be7890a1c0e57ff63e
#
#
#
# add_dir "packages/chromium"
# 
# add_file "packages/chromium/chromium_svn.bb"
#  content [d86439f0f6917122bf3604fe352d1d2cd30053d4]
#
============================================================
--- packages/chromium/chromium_svn.bb	d86439f0f6917122bf3604fe352d1d2cd30053d4
+++ packages/chromium/chromium_svn.bb	d86439f0f6917122bf3604fe352d1d2cd30053d4
@@ -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
+}	






More information about the Openembedded-commits mailing list