diff options
author | Devendra Tewari <devendra.tewari@gmail.com> | 2022-10-09 20:34:05 -0300 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-10-09 20:07:29 -0700 |
commit | 5c59497531a168fd1d8c59cf13eb9a34be5e94ec (patch) | |
tree | ab828e3be90353eedf496e24085a34271ff160ef | |
parent | 4facf6815c4d10a4c7a373d81056af2533d0df12 (diff) | |
download | meta-openembedded-5c59497531a168fd1d8c59cf13eb9a34be5e94ec.tar.gz |
libcamera: Remove boost from DEPENDS
Signed-off-by: Devendra Tewari <devendra.tewari@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-multimedia/recipes-multimedia/libcamera/libcamera.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-multimedia/recipes-multimedia/libcamera/libcamera.bb b/meta-multimedia/recipes-multimedia/libcamera/libcamera.bb index 2d3f5e9493..53cd94cbf0 100644 --- a/meta-multimedia/recipes-multimedia/libcamera/libcamera.bb +++ b/meta-multimedia/recipes-multimedia/libcamera/libcamera.bb | |||
@@ -18,7 +18,7 @@ PV = "202105+git${SRCPV}" | |||
18 | 18 | ||
19 | S = "${WORKDIR}/git" | 19 | S = "${WORKDIR}/git" |
20 | 20 | ||
21 | DEPENDS = "python3-pyyaml-native python3-jinja2-native python3-ply-native python3-jinja2-native udev gnutls boost chrpath-native libevent libyaml" | 21 | DEPENDS = "python3-pyyaml-native python3-jinja2-native python3-ply-native python3-jinja2-native udev gnutls chrpath-native libevent libyaml" |
22 | DEPENDS += "${@bb.utils.contains('DISTRO_FEATURES', 'qt', 'qtbase qtbase-native', '', d)}" | 22 | DEPENDS += "${@bb.utils.contains('DISTRO_FEATURES', 'qt', 'qtbase qtbase-native', '', d)}" |
23 | 23 | ||
24 | PACKAGES =+ "${PN}-gst" | 24 | PACKAGES =+ "${PN}-gst" |