diff options
Diffstat (limited to 'recipes-multimedia/libcamera')
| -rw-r--r-- | recipes-multimedia/libcamera/libcamera_0.6.0.imx.bb | 8 | ||||
| -rw-r--r-- | recipes-multimedia/libcamera/neo-ipa-uguzzi_0.2.6.bb | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/recipes-multimedia/libcamera/libcamera_0.6.0.imx.bb b/recipes-multimedia/libcamera/libcamera_0.6.0.imx.bb index 6b811b5f1..ca0e8a9a7 100644 --- a/recipes-multimedia/libcamera/libcamera_0.6.0.imx.bb +++ b/recipes-multimedia/libcamera/libcamera_0.6.0.imx.bb | |||
| @@ -16,7 +16,7 @@ LIC_FILES_CHKSUM = "\ | |||
| 16 | " | 16 | " |
| 17 | 17 | ||
| 18 | SRC_URI = " \ | 18 | SRC_URI = " \ |
| 19 | git://git.libcamera.org/libcamera/libcamera.git;protocol=https;branch=master;tag=v${PV} \ | 19 | git://git.libcamera.org/libcamera/libcamera.git;protocol=https;branch=master \ |
| 20 | " | 20 | " |
| 21 | 21 | ||
| 22 | SRCREV = "3e6f5d83e397e11cccd3844e121463748f56de39" | 22 | SRCREV = "3e6f5d83e397e11cccd3844e121463748f56de39" |
| @@ -82,7 +82,7 @@ do_package_recalculate_ipa_signatures() { | |||
| 82 | ${S}/src/ipa/ipa-sign-install.sh ${B}/src/ipa-priv-key.pem "${modules}" | 82 | ${S}/src/ipa/ipa-sign-install.sh ${B}/src/ipa-priv-key.pem "${modules}" |
| 83 | } | 83 | } |
| 84 | 84 | ||
| 85 | FILES:${PN} += " ${libexecdir}/libcamera/v4l2-compat.so" | 85 | FILES:${PN} += "${libexecdir}/libcamera/v4l2-compat.so" |
| 86 | FILES:${PN}-gst = "${libdir}/gstreamer-1.0" | 86 | FILES:${PN}-gst = "${libdir}/gstreamer-1.0" |
| 87 | FILES:${PN}-pycamera = "${PYTHON_SITEPACKAGES_DIR}/libcamera" | 87 | FILES:${PN}-pycamera = "${PYTHON_SITEPACKAGES_DIR}/libcamera" |
| 88 | 88 | ||
| @@ -93,7 +93,7 @@ GLIBC_64BIT_TIME_FLAGS = "" | |||
| 93 | 93 | ||
| 94 | ########### i.MX overrides ################ | 94 | ########### i.MX overrides ################ |
| 95 | 95 | ||
| 96 | SRC_URI:remove = "git://git.libcamera.org/libcamera/libcamera.git;protocol=https;branch=master;tag=v${PV}" | 96 | SRC_URI:remove = "git://git.libcamera.org/libcamera/libcamera.git;protocol=https;branch=master" |
| 97 | SRC_URI:prepend = "${LIBCAMERA_SRC};branch=${SRCBRANCH} " | 97 | SRC_URI:prepend = "${LIBCAMERA_SRC};branch=${SRCBRANCH} " |
| 98 | LIBCAMERA_SRC ?= "git://github.com/nxp-imx/libcamera.git;protocol=https" | 98 | LIBCAMERA_SRC ?= "git://github.com/nxp-imx/libcamera.git;protocol=https" |
| 99 | SRCBRANCH = "lf-6.18.2_1.0.0" | 99 | SRCBRANCH = "lf-6.18.2_1.0.0" |
| @@ -103,7 +103,7 @@ PACKAGECONFIG = "gst pycamera dng" | |||
| 103 | 103 | ||
| 104 | ARM_PIPELINES .= ",nxp/neo" | 104 | ARM_PIPELINES .= ",nxp/neo" |
| 105 | 105 | ||
| 106 | EXTRA_OEMESON += " \ | 106 | EXTRA_OEMESON += "\ |
| 107 | --python.platlibdir=${PYTHON_SITEPACKAGES_DIR} \ | 107 | --python.platlibdir=${PYTHON_SITEPACKAGES_DIR} \ |
| 108 | " | 108 | " |
| 109 | 109 | ||
diff --git a/recipes-multimedia/libcamera/neo-ipa-uguzzi_0.2.6.bb b/recipes-multimedia/libcamera/neo-ipa-uguzzi_0.2.6.bb index 88b9a1d0e..9543f8055 100644 --- a/recipes-multimedia/libcamera/neo-ipa-uguzzi_0.2.6.bb +++ b/recipes-multimedia/libcamera/neo-ipa-uguzzi_0.2.6.bb | |||
| @@ -6,7 +6,7 @@ SECTION = "libs" | |||
| 6 | LICENSE = "Apache-2.0 & BSD-2-Clause & GPL-2.0-or-later & LGPL-2.1-or-later & MIT & Proprietary" | 6 | LICENSE = "Apache-2.0 & BSD-2-Clause & GPL-2.0-or-later & LGPL-2.1-or-later & MIT & Proprietary" |
| 7 | # Put EULA on separate line for automated recipe updates | 7 | # Put EULA on separate line for automated recipe updates |
| 8 | LIC_FILES_CHKSUM = "file://LICENSES/LA_OPT_NXP_Software_License.txt;md5=bc649096ad3928ec06a8713b8d787eac" | 8 | LIC_FILES_CHKSUM = "file://LICENSES/LA_OPT_NXP_Software_License.txt;md5=bc649096ad3928ec06a8713b8d787eac" |
| 9 | LIC_FILES_CHKSUM += " \ | 9 | LIC_FILES_CHKSUM += "\ |
| 10 | file://COPYING;md5=6462e06298403caf09a22e67a7cc551a \ | 10 | file://COPYING;md5=6462e06298403caf09a22e67a7cc551a \ |
| 11 | file://LICENSES/Apache-2.0.txt;md5=3b83ef96387f14655fc854ddc3c6bd57 \ | 11 | file://LICENSES/Apache-2.0.txt;md5=3b83ef96387f14655fc854ddc3c6bd57 \ |
| 12 | file://LICENSES/BSD-2-Clause.txt;md5=63d6ee386b8aaba70b1bf15a79ca50f2 \ | 12 | file://LICENSES/BSD-2-Clause.txt;md5=63d6ee386b8aaba70b1bf15a79ca50f2 \ |
