mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 00:59:48 +00:00
dates: update to 0.4.11
Also fix meta data Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
This commit is contained in:
committed by
Richard Purdie
parent
75bd3e60cc
commit
c25e992763
@@ -1,5 +1,9 @@
|
||||
DESCRIPTION = "Dates is a calendar application."
|
||||
LICENSE = "LGPL"
|
||||
HOMEPAGE = "http://pimlico-project.org/dates.html"
|
||||
BUGTRACKER = "https://bugzilla.gnome.org/"
|
||||
|
||||
LICENSE = "GPLv2 & GPLv2+ & LGPLv2+"
|
||||
|
||||
SECTION = "x11"
|
||||
DEPENDS = "glib-2.0 gtk+ libglade eds-dbus"
|
||||
RDEPENDS = "libedata-cal"
|
||||
@@ -12,5 +16,5 @@ OWL_poky = "--enable-owl --disable-dnd"
|
||||
|
||||
EXTRA_OECONF += "${OWL}"
|
||||
DEPENDS_append_poky = " libowl"
|
||||
SRC_URI_append_poky = " file://dates-owl-window-menu.patch;patch=1 "
|
||||
SRC_URI_append_poky = " file://dates-owl-window-menu.patch;apply=yes "
|
||||
|
||||
|
||||
@@ -1,7 +1,12 @@
|
||||
require dates.inc
|
||||
|
||||
PV = "0.4.9+git${SRCPV}"
|
||||
PR = "r2"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe \
|
||||
file://src/dates_view.h;endline=22;md5=29f934f356eb970309cdeb6693b3123a \
|
||||
file://src/dates_hildon.c;endline=19;md5=63938904198b25de429abb65fbdbdb8a \
|
||||
file://src/gconf-bridge.c;endline=22;md5=ad7626c6daf4aec590474a243f4912fa"
|
||||
|
||||
PV = "0.4.11+git${SRCPV}"
|
||||
PR = "r0"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user