1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 17:19:20 +00:00

fixed glib dependency; added empty do_package and do_package_write methods

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1533 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Tomas Frydrych
2007-04-23 15:06:02 +00:00
parent a45ca84119
commit f90913a9a7
+9 -2
View File
@@ -11,9 +11,10 @@ DESCRIPTION = "OpenedHand Widget Library"
HOMEPAGE = "http://www.o-hand.com"
LICENSE = "LGPL"
SECTION = "libs"
PR = "r1"
PR = "r2"
PV = "0.0+svn${SRCDATE}"
DEPENDS = "gtk+ glib"
DEPENDS = "gtk+ glib-2.0"
PACKAGES = ""
SRC_URI = "svn://svn.o-hand.com/repos/misc/trunk;module=${PN};proto=http"
@@ -40,3 +41,9 @@ do_stage() {
do_install() {
}
do_package() {
}
do_package_write() {
}