diff options
| author | Jose Quaresma <quaresma.jose@gmail.com> | 2020-12-08 15:07:07 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-12-15 22:51:56 +0000 |
| commit | 3cc6465464574ccf6308d0ba6b8b90cb64de1937 (patch) | |
| tree | efcd2c0ebc135b4e2a8ba7a48e2d47f656492f9d | |
| parent | b2e0ab3f328cbc90d9a387b5cb5826e4e84adcaf (diff) | |
| download | poky-3cc6465464574ccf6308d0ba6b8b90cb64de1937.tar.gz | |
gstreamer1.0: use the correct meson option for the capabilities
(From OE-Core rev: baeab0f51ecc19fb85101c4bd472f0650231d0de)
Signed-off-by: Jose Quaresma <quaresma.jose@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/recipes-multimedia/gstreamer/gstreamer1.0_1.18.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.18.2.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.18.2.bb index 0fb0bcebc1..cce0f99226 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.18.2.bb +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.18.2.bb | |||
| @@ -35,7 +35,7 @@ PACKAGECONFIG[unwind] = "-Dlibunwind=enabled,-Dlibunwind=disabled,libunwind" | |||
| 35 | PACKAGECONFIG[dw] = "-Dlibdw=enabled,-Dlibdw=disabled,elfutils" | 35 | PACKAGECONFIG[dw] = "-Dlibdw=enabled,-Dlibdw=disabled,elfutils" |
| 36 | PACKAGECONFIG[bash-completion] = "-Dbash-completion=enabled,-Dbash-completion=disabled,bash-completion" | 36 | PACKAGECONFIG[bash-completion] = "-Dbash-completion=enabled,-Dbash-completion=disabled,bash-completion" |
| 37 | PACKAGECONFIG[tools] = "-Dtools=enabled,-Dtools=disabled" | 37 | PACKAGECONFIG[tools] = "-Dtools=enabled,-Dtools=disabled" |
| 38 | PACKAGECONFIG[setcap] = ",,libcap libcap-native" | 38 | PACKAGECONFIG[setcap] = "-Dptp-helper-permissions=capabilities,,libcap libcap-native" |
| 39 | 39 | ||
| 40 | # TODO: put this in a gettext.bbclass patch | 40 | # TODO: put this in a gettext.bbclass patch |
| 41 | def gettext_oemeson(d): | 41 | def gettext_oemeson(d): |
