From 0bba9413052ea744e5920800517b3660d2a24399 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Wed, 9 Oct 2024 19:43:49 +0000 Subject: celt051: drop recipe meta-networking has a similar recipe. Signed-off-by: Bruce Ashfield --- recipes-support/celt051/celt051_git.bb | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 recipes-support/celt051/celt051_git.bb diff --git a/recipes-support/celt051/celt051_git.bb b/recipes-support/celt051/celt051_git.bb deleted file mode 100644 index 52c7cf3..0000000 --- a/recipes-support/celt051/celt051_git.bb +++ /dev/null @@ -1,30 +0,0 @@ -# -# Copyright (C) 2013 Wind River Systems, Inc. -# - -SUMMARY = "The CELT codec is a compression algorithm for audio" -DESCRIPTION = "The CELT codec is a compression algorithm for \ -audio. Like MP3, Vorbis, and AAC it is suitable for transmitting music \ -with high quality. Unlike these formats CELT imposes very little delay \ -on the signal, even less than is typical for speech centric formats \ -like Speex, GSM, or G.729." - -LICENSE = "BSD-2-Clause" -LIC_FILES_CHKSUM = "file://COPYING;md5=375f60ab360d17f0172737036ff155b2" - -PV = "0.5.1.3" -PR = "r0" - -SRCREV = "5555aae843f57241d005e330b9cb65602d56db0f" - -SRC_URI = "git://gitlab.xiph.org/xiph/celt.git;branch=compat-v0.5.1;protocol=https" - -S = "${WORKDIR}/git" - -DEPENDS += "libogg" - -inherit pkgconfig autotools-brokensep - -PACKAGECONFIG = "" - -PACKAGECONFIG[ogg] = "--with-ogg --enable-oggtest,--without-ogg --disable-oggtest,," -- cgit v1.2.3-54-g00ecf