diff options
Diffstat (limited to 'recipes-core/libxcam/libxcam_1.5.0.bb')
-rw-r--r-- | recipes-core/libxcam/libxcam_1.5.0.bb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/recipes-core/libxcam/libxcam_1.5.0.bb b/recipes-core/libxcam/libxcam_1.5.0.bb index 31e9344b..7f67b55b 100644 --- a/recipes-core/libxcam/libxcam_1.5.0.bb +++ b/recipes-core/libxcam/libxcam_1.5.0.bb | |||
@@ -6,7 +6,6 @@ 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;protocol=https \ | 10 | SRC_URI = "git://github.com/intel/libxcam.git;branch=1.5.0;protocol=https \ |
12 | file://0001-fake_v4l2_device.h-fix-narrowing-warning.patch \ | 11 | file://0001-fake_v4l2_device.h-fix-narrowing-warning.patch \ |
@@ -30,7 +29,7 @@ PACKAGECONFIG[dnn] = "--enable-dnn, --disable-dnn," | |||
30 | 29 | ||
31 | do_install:append () { | 30 | do_install:append () { |
32 | install -d ${D}${bindir}/libxcam | 31 | install -d ${D}${bindir}/libxcam |
33 | cp -r ${WORKDIR}/build/tests/.libs/* ${D}${bindir}/libxcam/ | 32 | cp -r ${B}/tests/.libs/* ${D}${bindir}/libxcam/ |
34 | } | 33 | } |
35 | 34 | ||
36 | FILES:${PN} += "${libdir}/gstreamer-*/*.so" | 35 | FILES:${PN} += "${libdir}/gstreamer-*/*.so" |