summaryrefslogtreecommitdiffstats
path: root/recipes/gpe-appmgr/gpe-appmgr_svn.bb
blob: 069fef75b70d8cb1b0bc373f02627a15335d839b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
DESCRIPTION = "GPE application launcher"
SECTION = "gpe"
LICENSE = "GPL"
DEPENDS = "libgpewidget libgpelaunch cairo libxsettings-client"
PV = "2.8+svn${SRCDATE}"
PR = "r0"

inherit gpe

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

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

export CVSBUILD="no"

DEFAULT_PREFERENCE = "-1"