]> code.ossystems Code Review - openembedded-core.git/commitdiff
Add matchbox-panel-2 to poky
authorChris Lord <chris@openedhand.com>
Thu, 17 Aug 2006 20:04:30 +0000 (20:04 +0000)
committerChris Lord <chris@openedhand.com>
Thu, 17 Aug 2006 20:04:30 +0000 (20:04 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@612 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/matchbox-panel-2/matchbox-panel-2_svn.bb [new file with mode: 0644]

diff --git a/meta/packages/matchbox-panel-2/matchbox-panel-2_svn.bb b/meta/packages/matchbox-panel-2/matchbox-panel-2_svn.bb
new file mode 100644 (file)
index 0000000..1d0e0aa
--- /dev/null
@@ -0,0 +1,11 @@
+PV = "0.0+svn${SRCDATE}"
+DEPENDS = "gtk+ startup-notification"
+
+SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN};proto=http"
+
+EXTRA_OECONF = "--enable-startup-notification"
+
+S = ${WORKDIR}/${PN}
+
+inherit autotools
+