mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
libcamera: Bump SRCREV and add libyaml to DEPENDS
Signed-off-by: Devendra Tewari <devendra.tewari@gmail.com>
This commit is contained in:
parent
ef4fb2211e
commit
9ab32b214b
|
|
@ -12,13 +12,13 @@ SRC_URI = " \
|
|||
git://git.libcamera.org/libcamera/libcamera.git;protocol=https;branch=master \
|
||||
"
|
||||
|
||||
SRCREV = "acf8d028edda0a59b10e15962c2606137a4940af"
|
||||
SRCREV = "ed591e705c451d0ce14988ae96829a31a2ae2f9a"
|
||||
|
||||
PV = "202105+git${SRCPV}"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
DEPENDS = "python3-pyyaml-native python3-jinja2-native python3-ply-native python3-jinja2-native udev gnutls boost chrpath-native libevent"
|
||||
DEPENDS = "python3-pyyaml-native python3-jinja2-native python3-ply-native python3-jinja2-native udev gnutls boost chrpath-native libevent libyaml"
|
||||
DEPENDS += "${@bb.utils.contains('DISTRO_FEATURES', 'qt', 'qtbase qtbase-native', '', d)}"
|
||||
|
||||
PACKAGES =+ "${PN}-gst"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user