diff options
| author | Martin Jansa <martin.jansa@gmail.com> | 2024-04-22 11:15:18 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-04-30 10:59:05 -0700 |
| commit | c9c6d6bda5f127b48a104a3339b669941ca839b2 (patch) | |
| tree | f46cc420337a15795960513b808b00bc92523ad8 /meta-multimedia/recipes-multimedia/aravis/aravis_0.8.31.bb | |
| parent | 876a9665f97f9fc29575596bfb9773f13dc3f9fb (diff) | |
| download | meta-openembedded-c9c6d6bda5f127b48a104a3339b669941ca839b2.tar.gz | |
aravis: fix LICENSE and enable viewer PACKAGECONFIG only with GTK3DISTROFEATURES
* fixes:
ERROR: Nothing PROVIDES 'gtk+3' (but meta-oe/meta-multimedia/recipes-multimedia/aravis/aravis_0.8.31.bb DEPENDS on or otherwise requires it)
gtk+3 was skipped: one of 'wayland x11' needs to be in DISTRO_FEATURES
and
ERROR: QA Issue: Recipe LICENSE includes obsolete licenses LGPL-2.1 [obsolete-license]
Signed-off-by: Martin Jansa <martin.jansa@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-multimedia/recipes-multimedia/aravis/aravis_0.8.31.bb')
| -rw-r--r-- | meta-multimedia/recipes-multimedia/aravis/aravis_0.8.31.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-multimedia/recipes-multimedia/aravis/aravis_0.8.31.bb b/meta-multimedia/recipes-multimedia/aravis/aravis_0.8.31.bb index b5d7772e79..a4386e809c 100644 --- a/meta-multimedia/recipes-multimedia/aravis/aravis_0.8.31.bb +++ b/meta-multimedia/recipes-multimedia/aravis/aravis_0.8.31.bb | |||
| @@ -6,7 +6,7 @@ DESCRIPTION = "\ | |||
| 6 | " | 6 | " |
| 7 | AUTHOR = "Emmanuel Pacaud" | 7 | AUTHOR = "Emmanuel Pacaud" |
| 8 | HOMEPAGE = "https://github.com/AravisProject/aravis" | 8 | HOMEPAGE = "https://github.com/AravisProject/aravis" |
| 9 | LICENSE = "LGPL-2.1" | 9 | LICENSE = "LGPL-2.1-only" |
| 10 | LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" | 10 | LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" |
| 11 | 11 | ||
| 12 | DEPENDS += "\ | 12 | DEPENDS += "\ |
| @@ -29,7 +29,7 @@ GIDOCGEN_MESON_DISABLE_FLAG = "disabled" | |||
| 29 | 29 | ||
| 30 | inherit meson pkgconfig gi-docgen gobject-introspection | 30 | inherit meson pkgconfig gi-docgen gobject-introspection |
| 31 | 31 | ||
| 32 | PACKAGECONFIG ?= "gstreamer usb viewer" | 32 | PACKAGECONFIG ?= "gstreamer usb ${@bb.utils.contains_any('DISTRO_FEATURES', '${GTK3DISTROFEATURES}', 'viewer', '', d)}" |
| 33 | PACKAGECONFIG[gstreamer] = "-Dgst-plugin=enabled, -Dgst-plugin=disabled,gstreamer1.0 gstreamer1.0-plugins-base," | 33 | PACKAGECONFIG[gstreamer] = "-Dgst-plugin=enabled, -Dgst-plugin=disabled,gstreamer1.0 gstreamer1.0-plugins-base," |
| 34 | PACKAGECONFIG[usb] = "-Dusb=enabled, -Dusb=disabled, libusb1," | 34 | PACKAGECONFIG[usb] = "-Dusb=enabled, -Dusb=disabled, libusb1," |
| 35 | PACKAGECONFIG[viewer] = "-Dviewer=enabled, -Dviewer=disabled, gtk+3 gstreamer1.0-plugins-base," | 35 | PACKAGECONFIG[viewer] = "-Dviewer=enabled, -Dviewer=disabled, gtk+3 gstreamer1.0-plugins-base," |
