]> code.ossystems Code Review - openembedded-core.git/commitdiff
Add mb-applet-light to poky
authorChris Lord <chris@openedhand.com>
Tue, 26 Sep 2006 10:29:23 +0000 (10:29 +0000)
committerChris Lord <chris@openedhand.com>
Tue, 26 Sep 2006 10:29:23 +0000 (10:29 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@766 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/matchbox-applet-light/matchbox-applet-light_svn.bb [new file with mode: 0644]

diff --git a/meta/packages/matchbox-applet-light/matchbox-applet-light_svn.bb b/meta/packages/matchbox-applet-light/matchbox-applet-light_svn.bb
new file mode 100644 (file)
index 0000000..d84bf66
--- /dev/null
@@ -0,0 +1,12 @@
+LICENSE = "GPLv2"
+PRIORITY = "optional"
+MAINTAINER = "Chris Lord <chris@openedhand.com>"
+PV = "0.0+svn${SRCDATE}"
+DEPENDS = "libmatchbox gtk+"
+
+SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=mb-applet-light;proto=http"
+
+S = ${WORKDIR}/mb-applet-light
+
+inherit autotools pkgconfig
+