summaryrefslogtreecommitdiffstats
path: root/recipes-core/libxcam/libxcam_1.2.2.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-core/libxcam/libxcam_1.2.2.bb')
-rw-r--r--recipes-core/libxcam/libxcam_1.2.2.bb31
1 files changed, 0 insertions, 31 deletions
diff --git a/recipes-core/libxcam/libxcam_1.2.2.bb b/recipes-core/libxcam/libxcam_1.2.2.bb
deleted file mode 100644
index 80bef154..00000000
--- a/recipes-core/libxcam/libxcam_1.2.2.bb
+++ /dev/null
@@ -1,31 +0,0 @@
1SUMMARY = "libXCam is a project for extended camera(not limited in camera) \
2features and focus on image quality improvement and video analysis"
3LICENSE = "Apache-2.0"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=8c911f084a3e5f46b21582a6cc9973e6"
5SECTION = "lib"
6
7inherit autotools pkgconfig
8
9S = "${WORKDIR}/git"
10SRCREV = "28769ade4793006c8db9a1720359c310fa1e0d6a"
11SRC_URI = "git://github.com/intel/libxcam.git;branch=1.2.2 \
12 file://0001-modules-vulkan-point-to-correct-location-of-spv-shad.patch \
13 "
14
15COMPATIBLE_HOST_libc-musl = "null"
16
17PACKAGECONFIG ??= " gst \
18 ${@bb.utils.contains("DISTRO_FEATURES", "opengl", "gles", "", d)} \
19 ${@bb.utils.contains("DISTRO_FEATURES", "vulkan", "vulkan", "", d)} \
20 "
21
22PACKAGECONFIG[gst] = "--enable-gst, --disable-gst, gstreamer1.0 gstreamer1.0-plugins-base"
23PACKAGECONFIG[aiq] = "--enable-aiq, --disable-aiq,"
24PACKAGECONFIG[libcl] = "--enable-libcl, --disable-libcl,"
25PACKAGECONFIG[opencv] = "--enable-opencv, --disable-opencv, opencv"
26PACKAGECONFIG[render] = "--enable-render, --disable-render,"
27PACKAGECONFIG[gles] = "--enable-gles, --disable-gles, virtual/mesa"
28PACKAGECONFIG[vulkan] = "--enable-vulkan, --disable-vulkan, vulkan-loader virtual/mesa"
29PACKAGECONFIG[dnn] = "--enable-dnn, --disable-dnn,"
30
31FILES_${PN} += "${libdir}/gstreamer-*/*.so"