[oe-commits] Angus Ainslie : webkit-efl : add libsoup-2.4 and inherit pgktools

GIT User account git at amethyst.openembedded.net
Wed Apr 29 01:05:25 UTC 2009


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

Author: Angus Ainslie <nytowl at openmoko.org>
Date:   Tue Apr 28 15:02:09 2009 -0600

webkit-efl : add libsoup-2.4 and inherit pgktools

---

 recipes/webkit/webkit-efl_git.bb |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/recipes/webkit/webkit-efl_git.bb b/recipes/webkit/webkit-efl_git.bb
index 840bdfe..88770f3 100644
--- a/recipes/webkit/webkit-efl_git.bb
+++ b/recipes/webkit/webkit-efl_git.bb
@@ -2,17 +2,17 @@ DESCRIPTION = " Webkit browser engine, EFL edition"
 LICENSE = "GPL"
 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 gperf-native"
+DEPENDS = "icu gst-plugins-base gstreamer jpeg libpng libxml2 pango libsoup-2.4 eina ecore evas edje cairo fontconfig freetype curl sqlite libxslt gperf-native"
 
 SRC_URI = "git://code.staikos.net/webkit;branch=kenneth/efl-port;protocol=git"
 
 S= "${WORKDIR}/git"
 
-inherit autotools lib_package
+inherit autotools lib_package pkgconfig
+
 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