From 723ace723605667edaa95bd30c63d494d9eb7f86 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Mon, 16 Jun 2014 17:52:06 +0200 Subject: [PATCH] bcg729: Add the BCG729, a transcoding library used by linphone --- recipes-misc/bcg729/bcg729_git.bb | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 recipes-misc/bcg729/bcg729_git.bb diff --git a/recipes-misc/bcg729/bcg729_git.bb b/recipes-misc/bcg729/bcg729_git.bb new file mode 100644 index 0000000000..2be5942ac1 --- /dev/null +++ b/recipes-misc/bcg729/bcg729_git.bb @@ -0,0 +1,12 @@ +DESCRIPTION = "G729 codec library" +HOMEPAGE = "http://www.linphone.org/eng/documentation/dev/bcg729.html" +LICENSE = "GPLv2+" +LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" + +SRC_URI = "git://git.linphone.org/bcg729.git" +SRCREV = "2e36a5d4bc6e992c654eee6b0a8db729da7b1d31" +PV = "0+gitr${SRCPV}" + +S = "${WORKDIR}/git" + +inherit autotools