mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 00:39:46 +00:00
Update depends to match renames and source changes
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1272 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -1,6 +1,8 @@
|
|||||||
LICENSE = "LGPL"
|
LICENSE = "LGPL"
|
||||||
SECTION = "x11"
|
SECTION = "x11"
|
||||||
DEPENDS = "glib-2.0 gtk+ libglade eds-dbus"
|
DEPENDS = "glib-2.0 gtk+ intltool eds-dbus"
|
||||||
|
RDEPENDS = "libedata-cal"
|
||||||
|
|
||||||
DESCRIPTION = "Dates is a calendar application."
|
DESCRIPTION = "Dates is a calendar application."
|
||||||
|
|
||||||
include dates.inc
|
include dates.inc
|
||||||
|
|||||||
Executable → Regular
+5
-2
@@ -1,9 +1,12 @@
|
|||||||
LICENSE = "LGPL"
|
LICENSE = "LGPL"
|
||||||
SECTION = "x11"
|
SECTION = "x11"
|
||||||
DEPENDS = "glib-2.0 gtk+ libglade eds-dbus"
|
DEPENDS = "glib-2.0 gtk+ intltool eds-dbus"
|
||||||
|
RDEPENDS = "libedata-cal"
|
||||||
DESCRIPTION = "Dates is a calendar application."
|
DESCRIPTION = "Dates is a calendar application."
|
||||||
|
|
||||||
PV = "0.1+svn${SRCDATE}"
|
DEFAULT_PREFERENCE = "-1"
|
||||||
|
|
||||||
|
PV = "0.0+svn${SRCDATE}"
|
||||||
S = "${WORKDIR}/trunk"
|
S = "${WORKDIR}/trunk"
|
||||||
|
|
||||||
SRC_URI = "svn://svn.o-hand.com/repos/${PN};module=trunk;proto=http"
|
SRC_URI = "svn://svn.o-hand.com/repos/${PN};module=trunk;proto=http"
|
||||||
|
|||||||
Reference in New Issue
Block a user