summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-support/celt051/celt051_git.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2018-06-08 19:34:38 -0700
committerKhem Raj <raj.khem@gmail.com>2018-06-14 20:25:16 -0700
commit4e070b589aad54a3025b8b0ed6e88b1e82a967c8 (patch)
tree1796dafc71bca790a0516fb599f61595db263831 /meta-networking/recipes-support/celt051/celt051_git.bb
parent3823bca52e36c64cfd974335d06e6f963d85b5de (diff)
downloadmeta-openembedded-4e070b589aad54a3025b8b0ed6e88b1e82a967c8.tar.gz
celt051: Fix building testcases
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking/recipes-support/celt051/celt051_git.bb')
-rw-r--r--meta-networking/recipes-support/celt051/celt051_git.bb5
1 files changed, 3 insertions, 2 deletions
diff --git a/meta-networking/recipes-support/celt051/celt051_git.bb b/meta-networking/recipes-support/celt051/celt051_git.bb
index 850704f5af..116800522a 100644
--- a/meta-networking/recipes-support/celt051/celt051_git.bb
+++ b/meta-networking/recipes-support/celt051/celt051_git.bb
@@ -17,8 +17,9 @@ PV = "0.5.1.3+git${SRCPV}"
17SRCREV = "5555aae843f57241d005e330b9cb65602d56db0f" 17SRCREV = "5555aae843f57241d005e330b9cb65602d56db0f"
18 18
19SRC_URI = "git://git.xiph.org/celt.git;branch=compat-v0.5.1;protocol=https \ 19SRC_URI = "git://git.xiph.org/celt.git;branch=compat-v0.5.1;protocol=https \
20 file://0001-configure.ac-make-tools-support-optional.patch \ 20 file://0001-configure.ac-make-tools-support-optional.patch \
21" 21 file://0001-tests-Include-entcode.c-into-test-sources-to-provide.patch \
22 "
22 23
23S = "${WORKDIR}/git" 24S = "${WORKDIR}/git"
24 25