From: Koen Kooi Date: Wed, 30 May 2007 11:33:16 +0000 (+0000) Subject: webkit: add install and packaging, still needs do_stage() X-Git-Tag: Release-2010-05/1~8868^2~400^2~143^2 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=22ca208912f284149115e93658210cb3954ce42c;p=openembedded.git webkit: add install and packaging, still needs do_stage() --- diff --git a/packages/webkit/webkit_svn.bb b/packages/webkit/webkit_svn.bb index e86cfac6ac..bf3efb3034 100644 --- a/packages/webkit/webkit_svn.bb +++ b/packages/webkit/webkit_svn.bb @@ -1,9 +1,9 @@ -DEPENDS = "flex-native curl icu uicmoc4-native qmake2-native libxml2 sqlite3 cairo gtk+" +DEPENDS = "flex-native gperf-native gperf perl-native curl icu uicmoc4-native qmake2-native libxml2 sqlite3 cairo gtk+" # Yes, this is wrong... PV = "0.0+svn${SRCDATE}" -inherit qmake +inherit qmake pkgconfig SRC_URI = "\ svn://svn.webkit.org/repository/webkit/trunk/;module=JavaScriptCore;proto=http \ @@ -32,3 +32,22 @@ do_configure_append() { do_compile_prepend() { cd ${S}/WebKitBuilds/Debug } + +do_install() { + install -d ${D}${bindir} + install -d ${D}${libdir} + install -d ${D}${libdir}/pkgconfig + + install -m 0755 ${S}/WebKitBuilds/Debug/WebKitTools/GdkLauncher/GdkLauncher ${D}${bindir} + cp WebKitBuilds/Debug/lib/*.so* ${D}${libdir} + cp WebKitBuilds/Debug/lib/*.pc ${D}${libdir}/pkgconfig/ +} + + +PACKAGES =+ "webkit-gdklauncher-dbg webkit-gdklauncher" + +FILES_webkit-gdklauncher = "${bindir}/GdkLauncher" +FILES_webkit-gdklauncher-dbg = "${bindir}/.debug/GdkLauncher" + + +