[oe-commits] Martin Jansa : libpostproc: drop, moved to oe-core

git at git.openembedded.org git at git.openembedded.org
Wed Feb 4 16:11:51 UTC 2015


Module: meta-openembedded.git
Branch: master-next
Commit: 9f4e02944c13258f1169cdbd18b727c10da86801
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=9f4e02944c13258f1169cdbd18b727c10da86801

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Thu Jan 22 17:41:35 2015 +0100

libpostproc: drop, moved to oe-core

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 .../libpostproc/libpostproc_git.bb                 | 43 ----------------------
 1 file changed, 43 deletions(-)

diff --git a/meta-oe/recipes-multimedia/libpostproc/libpostproc_git.bb b/meta-oe/recipes-multimedia/libpostproc/libpostproc_git.bb
deleted file mode 100644
index 811175c..0000000
--- a/meta-oe/recipes-multimedia/libpostproc/libpostproc_git.bb
+++ /dev/null
@@ -1,43 +0,0 @@
-SUMMARY = "FFmpeg derived postprocessing library"
-HOMEPAGE = "http://git.videolan.org/?p=libpostproc.git;a=summary"
-SECTION = "libs"
-DEPENDS = "libav"
-LICENSE = "GPLv2+"
-LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
-
-PV = "52.3.0+git${SRCPV}"
-
-SRCREV = "811db3b957dfde24aef2d0f82e297e5bf552d873"
-SRC_URI = "git://github.com/lu-zero/postproc;protocol=https"
-
-S = "${WORKDIR}/git"
-
-inherit autotools lib_package pkgconfig
-
-FULL_OPTIMIZATION_armv7a = "-fexpensive-optimizations -fomit-frame-pointer -O4 -ffast-math"
-BUILD_OPTIMIZATION = "${FULL_OPTIMIZATION}"
-
-EXTRA_FFCONF_armv7a = "--cpu=cortex-a8"
-EXTRA_FFCONF ?= ""
-
-EXTRA_OECONF = " \
-    --enable-shared \
-    --enable-pthreads \
-    --enable-gpl \
-    --enable-postproc \
-    \
-    --cross-prefix=${TARGET_PREFIX} \
-    --prefix=${prefix} \
-    \
-    --arch=${TARGET_ARCH} \
-    --target-os="linux" \
-    --enable-cross-compile \
-    --extra-cflags="${TARGET_CFLAGS} ${HOST_CC_ARCH}${TOOLCHAIN_OPTIONS}" \
-    --extra-ldflags="${TARGET_LDFLAGS}" \
-    --sysroot="${STAGING_DIR_TARGET}" \
-    ${EXTRA_FFCONF} \
-"
-
-do_configure() {
-    ${S}/configure ${EXTRA_OECONF}
-}



More information about the Openembedded-commits mailing list