libowl: switched to SRCREV, removed empty tasks

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2447 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Marcin Juszkiewicz 2007-08-09 12:14:15 +00:00
parent 350dcff3a2
commit 874dc49249
1 changed files with 2 additions and 12 deletions

View 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() {
}