aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gnome/libbacon_svn.bb
blob: ab00c42baf94ff2fe8a56ba00957927215ee0856 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
DESCRIPTION = "Bacon is a multimedia library"
LICENSE = "GPLv2"

DEPENDS = "glib-2.0"

PV = "0.0+svn${SRCDATE}"

inherit gnome

SRC_URI = "svn://svn.gnome.org/svn/${PN}/;module=trunk"

S = "${WORKDIR}/trunk"