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:
@@ -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() {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user