efl++: add floating cvs version to get the latest and greatest efl++ goodness
authorKoen Kooi <koen@openembedded.org>
Tue, 27 Jun 2006 17:16:56 +0000 (17:16 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Tue, 27 Jun 2006 17:16:56 +0000 (17:16 +0000)
packages/efl++/efl++-fb_cvs.bb [new file with mode: 0644]
packages/efl++/efl++-x11_cvs.bb [new file with mode: 0644]

diff --git a/packages/efl++/efl++-fb_cvs.bb b/packages/efl++/efl++-fb_cvs.bb
new file mode 100644 (file)
index 0000000..071b1d5
--- /dev/null
@@ -0,0 +1,9 @@
+include efl++.inc
+
+PV = "0.1.0+cvs${SRCDATE}"
+
+SRC_URI = "cvs://anonymous@projects.linuxtogo.org/cvsroot/eflpp;module=efl++"
+S = "${WORKDIR}/efl++"
+
+
+
diff --git a/packages/efl++/efl++-x11_cvs.bb b/packages/efl++/efl++-x11_cvs.bb
new file mode 100644 (file)
index 0000000..016f1b1
--- /dev/null
@@ -0,0 +1,10 @@
+include efl++.inc
+
+EXTRA_QMAKEVARS_POST += "CONFIG+=eflecorex11"
+PV = "0.1.0+cvs${SRCDATE}"
+
+SRC_URI = "cvs://anonymous@projects.linuxtogo.org/cvsroot/eflpp;module=efl++"
+S = "${WORKDIR}/efl++"
+
+
+