[oe-commits] Angus Ainslie : webkit-efl : fix git fetch branch, WORKDIR and use autogen. sh to configure from git

GIT User account git at amethyst.openembedded.net
Fri Apr 24 16:39:47 UTC 2009


Module: openembedded.git
Branch: fso/milestone5.5
Commit: 44810fca11079f2debd1a321be501618cb84c8ed
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=44810fca11079f2debd1a321be501618cb84c8ed

Author: Angus Ainslie <nytowl at openmoko.org>
Date:   Fri Apr 24 10:34:27 2009 -0600

webkit-efl : fix git fetch branch, WORKDIR and use autogen.sh to configure from git

---

 recipes/webkit/webkit-efl_git.bb |   10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/recipes/webkit/webkit-efl_git.bb b/recipes/webkit/webkit-efl_git.bb
index c41b3f7..71a4bee 100644
--- a/recipes/webkit/webkit-efl_git.bb
+++ b/recipes/webkit/webkit-efl_git.bb
@@ -4,9 +4,15 @@ PV="0.0.1"
 PR="r0"
 DEPENDS = "icu gst-plugins-base gstreamer jpeg libpng libxml2 pango libsoup eina ecore evas edje cairo fontconfig freetype curl sqlite libxslt"
 
-SRC_URI = "git://code.staikos.net/webkit;branch=origin/kenneth/efl-port;protocol=git"
+SRC_URI = "git://code.staikos.net/webkit;branch=kenneth/efl-port;protocol=git"
 
-S= "${WORKDIR}/webkit"
+S= "${WORKDIR}/git"
 
 inherit autotools lib_package
 EXTRA_OECONF = "--with-port=efl --enable-web-workers=no"
+
+do_configure() {
+#	cd ${S}
+	sh autogen.sh --host=${TARGET_SYS}
+}
+





More information about the Openembedded-commits mailing list