mirror of
https://git.yoctoproject.org/poky
synced 2026-07-08 17:13:39 +02:00
tasks: added 0.4, unified recipes, fixed PV in svn version
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1378 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
6
meta/packages/pimlico/tasks.inc
Normal file
6
meta/packages/pimlico/tasks.inc
Normal file
@@ -0,0 +1,6 @@
|
||||
DESCRIPTION = "Task list application"
|
||||
LICENSE = "GPL"
|
||||
SECTION = "x11"
|
||||
DEPENDS = "glib-2.0 gtk+ eds-dbus"
|
||||
|
||||
inherit autotools pkgconfig gtk-icon-cache
|
||||
3
meta/packages/pimlico/tasks_0.4.bb
Normal file
3
meta/packages/pimlico/tasks_0.4.bb
Normal file
@@ -0,0 +1,3 @@
|
||||
require tasks.inc
|
||||
|
||||
SRC_URI = "http://projects.o-hand.com/sources/tasks/${P}.tar.gz"
|
||||
@@ -1,13 +1,8 @@
|
||||
LICENSE = "GPL"
|
||||
SECTION = "x11"
|
||||
DEPENDS = "glib-2.0 gtk+ eds-dbus"
|
||||
DESCRIPTION = "Tasks is a task list application."
|
||||
require tasks.inc
|
||||
|
||||
PV = "0.0+svn${SRCDATE}"
|
||||
PR = "r2"
|
||||
DEFAULT_PREFERENCE = "-1"
|
||||
|
||||
PV = "0.4+svn${SRCDATE}"
|
||||
S = "${WORKDIR}/trunk"
|
||||
|
||||
SRC_URI = "svn://svn.o-hand.com/repos/${PN};module=trunk;proto=http"
|
||||
|
||||
inherit autotools pkgconfig gtk-icon-cache
|
||||
|
||||
S = "${WORKDIR}/trunk"
|
||||
|
||||
Reference in New Issue
Block a user