aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gpe-autostarter/gpe-autostarter_svn.bb
blob: 8d275b5565356c5a9438f8acee43970f0a99448e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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;patch=1"

SRC_URI += "file://makefile-fix.patch;patch=1"

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

export CVSBUILD="no"

DEFAULT_PREFERENCE = "-1"