summaryrefslogtreecommitdiff
path: root/packages/gpe-autostarter/gpe-autostarter_svn.bb
diff options
context:
space:
mode:
authorPhilippe De Swert <philippedeswert@scarlet.be>2007-02-10 17:33:58 +0000
committerPhilippe De Swert <philippedeswert@scarlet.be>2007-02-10 17:33:58 +0000
commit5c63c5da016ef8df5b634e96c6b4a5794a00cce7 (patch)
tree1731e86a6fcd60504ff9317da2433e39c0891543 /packages/gpe-autostarter/gpe-autostarter_svn.bb
parentc915ccb0010bbd09ed63282a679315b2901b1799 (diff)
blueprobe_svn:
* added bb recipe * added necessary patches detect-stylus_svn: * added bb recipe * added necessary patches gpe-appmgr_svn: * added bb recipe * added necessary patches gpe-autostarter_svn: * added bb recipe * added necessary patches libxsettings-client_svn: * added bb recipe MAINTAINERS: * added myself (Philippe De Swert) * added packages maintained by me
Diffstat (limited to 'packages/gpe-autostarter/gpe-autostarter_svn.bb')
-rw-r--r--packages/gpe-autostarter/gpe-autostarter_svn.bb15
1 files changed, 15 insertions, 0 deletions
diff --git a/packages/gpe-autostarter/gpe-autostarter_svn.bb b/packages/gpe-autostarter/gpe-autostarter_svn.bb
new file mode 100644
index 0000000000..2742952e0f
--- /dev/null
+++ b/packages/gpe-autostarter/gpe-autostarter_svn.bb
@@ -0,0 +1,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;patch=1"
+
+S = "${WORKDIR}/${PN}"
+
+export CVSBUILD="no"
+
+DEFAULT_PREFERENCE = "-1"