]> code.ossystems Code Review - openembedded-core.git/commitdiff
libowl: switched to SRCREV, removed empty tasks
authorMarcin Juszkiewicz <hrw@openedhand.com>
Thu, 9 Aug 2007 12:14:15 +0000 (12:14 +0000)
committerMarcin Juszkiewicz <hrw@openedhand.com>
Thu, 9 Aug 2007 12:14:15 +0000 (12:14 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2447 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/libowl/libowl_svn.bb

index 2126e3d4d005c365db1437e4bf989f56cd07522c..8b8b1f672898ac92dc1dd4e503d662ff8a53d346 100644 (file)
@@ -11,10 +11,9 @@ DESCRIPTION = "OpenedHand Widget Library"
 HOMEPAGE = "http://www.o-hand.com"
 LICENSE = "LGPL"
 SECTION = "libs"
-PR = "r3"
-PV = "0.0+svn${SRCDATE}"
+DEPENDS = "gtk+"
+PV = "0.0+svnr${SRCREV}"
 
-DEPENDS = "gtk+ glib-2.0"
 PACKAGES = ""
 
 SRC_URI = "svn://svn.o-hand.com/repos/misc/trunk;module=${PN};proto=http"
@@ -37,12 +36,3 @@ do_stage() {
        done
        install -m 644 libowl/.libs/libowl.a ${STAGING_LIBDIR}/
 }
-
-do_install() {
-}
-
-do_package() {
-}
-
-do_package_write() {
-}