[oe-commits] Michael 'Mickey' Lauer : cmtspeechtest: new recipe; test program for libcmtspeechdata

git version control git at git.openembedded.org
Sat Apr 23 21:53:17 UTC 2011


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 5ea2f4dbe5f61ae28c1e9526450eba870f862a48
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=5ea2f4dbe5f61ae28c1e9526450eba870f862a48

Author: Michael 'Mickey' Lauer <mickey at vanille-media.de>
Date:   Sun Apr 24 00:00:25 2011 +0200

cmtspeechtest: new recipe; test program for libcmtspeechdata

---

 recipes/freesmartphone/cmtspeechtest_git.bb |   16 ++++++++++++++++
 1 files changed, 16 insertions(+), 0 deletions(-)

diff --git a/recipes/freesmartphone/cmtspeechtest_git.bb b/recipes/freesmartphone/cmtspeechtest_git.bb
new file mode 100644
index 0000000..d510be6
--- /dev/null
+++ b/recipes/freesmartphone/cmtspeechtest_git.bb
@@ -0,0 +1,16 @@
+DESCRIPTION = "cmtspeechdata library test"
+SECTION = "devel"
+LICENSE = "GPL"
+SRCREV = "509d02ca46087c23c18de81078b6ffcbd91a52d4"
+DEPENDS = "libcmtspeechdata"
+PV = "0.0+gitr${SRCPV}"
+PR = "r0"
+
+SRC_URI = "\
+  ${FREESMARTPHONE_GIT}/utilities.git;protocol=git;branch=master \
+"
+S = "${WORKDIR}/git/nokian900/cmtspeechtest"
+
+inherit autotools
+
+FILES_${PN} += "${datadir}"





More information about the Openembedded-commits mailing list