summaryrefslogtreecommitdiffstats
path: root/recipes/gpe-autostarter/gpe-autostarter_svn.bb
blob: 9fcde51808a9e9e0f09f5d2fa9276372b4476ac9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
SECTION = "gpe"
LICENSE = "GPL"
DEPENDS = "glib-2.0 dbus-glib hotplug-dbus virtual/libx11"
RDEPENDS = "hotplug-dbus"

inherit gpe

SRC_URI = "${GPE_SVN} \
           file://svn-build.patch;apply=yes"

S = "${WORKDIR}/${PN}"

export CVSBUILD="no"

DEFAULT_PREFERENCE = "-1"