[oe-commits] org.oe.dev webkit: add install and packaging, still needs do_stage()

koen commit openembedded-commits at lists.openembedded.org
Wed May 30 11:34:11 UTC 2007


webkit: add install and packaging, still needs do_stage()

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: 4181e4eed80d3a599e70d00eb9af3049382b8f62
ViewMTN: http://monotone.openembedded.org/revision.psp?id=4181e4eed80d3a599e70d00eb9af3049382b8f62
Files:
1
packages/webkit/webkit_svn.bb
Diffs:

#
# mt diff -rd837d15b733573db588f4426569d5b439a168f57 -r4181e4eed80d3a599e70d00eb9af3049382b8f62
#
# 
# 
# patch "packages/webkit/webkit_svn.bb"
#  from [2b1fc7e808ad91f7063cccadd98dc020f93440ca]
#    to [cafc2013345a39adab8fa3c98a427d68e7822edf]
# 
============================================================
--- packages/webkit/webkit_svn.bb	2b1fc7e808ad91f7063cccadd98dc020f93440ca
+++ packages/webkit/webkit_svn.bb	cafc2013345a39adab8fa3c98a427d68e7822edf
@@ -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_compile_prepend() {
 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"
+
+
+






More information about the Openembedded-commits mailing list