diff options
Diffstat (limited to 'recipes-core/libxcam/libxcam_1.5.0.bb')
-rw-r--r-- | recipes-core/libxcam/libxcam_1.5.0.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-core/libxcam/libxcam_1.5.0.bb b/recipes-core/libxcam/libxcam_1.5.0.bb index 33d7d803..7f67b55b 100644 --- a/recipes-core/libxcam/libxcam_1.5.0.bb +++ b/recipes-core/libxcam/libxcam_1.5.0.bb | |||
@@ -6,9 +6,9 @@ SECTION = "lib" | |||
6 | 6 | ||
7 | inherit autotools pkgconfig | 7 | inherit autotools pkgconfig |
8 | 8 | ||
9 | S = "${WORKDIR}/git" | ||
10 | SRCREV = "231a1d5243cd45c7a6b511b667f1ec52178fdda8" | 9 | SRCREV = "231a1d5243cd45c7a6b511b667f1ec52178fdda8" |
11 | SRC_URI = "git://github.com/intel/libxcam.git;branch=1.5.0; \ | 10 | SRC_URI = "git://github.com/intel/libxcam.git;branch=1.5.0;protocol=https \ |
11 | file://0001-fake_v4l2_device.h-fix-narrowing-warning.patch \ | ||
12 | " | 12 | " |
13 | 13 | ||
14 | COMPATIBLE_HOST:libc-musl = "null" | 14 | COMPATIBLE_HOST:libc-musl = "null" |
@@ -29,7 +29,7 @@ PACKAGECONFIG[dnn] = "--enable-dnn, --disable-dnn," | |||
29 | 29 | ||
30 | do_install:append () { | 30 | do_install:append () { |
31 | install -d ${D}${bindir}/libxcam | 31 | install -d ${D}${bindir}/libxcam |
32 | cp -r ${WORKDIR}/build/tests/.libs/* ${D}${bindir}/libxcam/ | 32 | cp -r ${B}/tests/.libs/* ${D}${bindir}/libxcam/ |
33 | } | 33 | } |
34 | 34 | ||
35 | FILES:${PN} += "${libdir}/gstreamer-*/*.so" | 35 | FILES:${PN} += "${libdir}/gstreamer-*/*.so" |