diff options
| author | Martin Jansa <Martin.Jansa@gmail.com> | 2021-07-29 17:04:53 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-08-03 10:21:25 -0700 |
| commit | c61dc077bbd81260e4f167fa2251643ba0ba6974 (patch) | |
| tree | 66c3243f8f64ae60f66f70a16e8128c247254a65 /meta-multimedia/recipes-support | |
| parent | c5f7cfb8db54cfa4257797db5bd87828dea43296 (diff) | |
| download | meta-openembedded-c61dc077bbd81260e4f167fa2251643ba0ba6974.tar.gz | |
Convert to new override syntax
This is the result of automated script (0.9.1) conversion:
oe-core/scripts/contrib/convert-overrides.py .
converting the metadata to use ":" as the override character instead of "_".
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-multimedia/recipes-support')
3 files changed, 7 insertions, 7 deletions
diff --git a/meta-multimedia/recipes-support/gst-instruments/gst-instruments_git.bb b/meta-multimedia/recipes-support/gst-instruments/gst-instruments_git.bb index feffa9fe19..f237e8160d 100644 --- a/meta-multimedia/recipes-support/gst-instruments/gst-instruments_git.bb +++ b/meta-multimedia/recipes-support/gst-instruments/gst-instruments_git.bb | |||
| @@ -11,10 +11,10 @@ S = "${WORKDIR}/git" | |||
| 11 | SRCREV = "3b862e52e5c53ad1023dc6808effa4cb75572c4b" | 11 | SRCREV = "3b862e52e5c53ad1023dc6808effa4cb75572c4b" |
| 12 | SRC_URI = "git://github.com/kirushyk/gst-instruments.git;protocol=https;" | 12 | SRC_URI = "git://github.com/kirushyk/gst-instruments.git;protocol=https;" |
| 13 | 13 | ||
| 14 | FILES_${PN}-staticdev += "${libdir}/gstreamer-1.0/*a" | 14 | FILES:${PN}-staticdev += "${libdir}/gstreamer-1.0/*a" |
| 15 | FILES_${PN} += "${libdir}/*" | 15 | FILES:${PN} += "${libdir}/*" |
| 16 | 16 | ||
| 17 | INSANE_SKIP_${PN} = "dev-so" | 17 | INSANE_SKIP:${PN} = "dev-so" |
| 18 | 18 | ||
| 19 | inherit autotools pkgconfig | 19 | inherit autotools pkgconfig |
| 20 | 20 | ||
diff --git a/meta-multimedia/recipes-support/libsrtp/libsrtp_2.3.0.bb b/meta-multimedia/recipes-support/libsrtp/libsrtp_2.3.0.bb index 9d4c305fc7..07b81015fc 100644 --- a/meta-multimedia/recipes-support/libsrtp/libsrtp_2.3.0.bb +++ b/meta-multimedia/recipes-support/libsrtp/libsrtp_2.3.0.bb | |||
| @@ -13,8 +13,8 @@ inherit autotools pkgconfig | |||
| 13 | 13 | ||
| 14 | EXTRA_OEMAKE += "shared_library" | 14 | EXTRA_OEMAKE += "shared_library" |
| 15 | 15 | ||
| 16 | do_configure_prepend() { | 16 | do_configure:prepend() { |
| 17 | cp ${STAGING_DATADIR_NATIVE}/automake-*/ar-lib ${S} | 17 | cp ${STAGING_DATADIR_NATIVE}/automake-*/ar-lib ${S} |
| 18 | } | 18 | } |
| 19 | 19 | ||
| 20 | ALLOW_EMPTY_${PN} = "1" | 20 | ALLOW_EMPTY:${PN} = "1" |
diff --git a/meta-multimedia/recipes-support/srt/srt_1.4.2.bb b/meta-multimedia/recipes-support/srt/srt_1.4.2.bb index f7dfda28f1..72b84abc63 100644 --- a/meta-multimedia/recipes-support/srt/srt_1.4.2.bb +++ b/meta-multimedia/recipes-support/srt/srt_1.4.2.bb | |||
| @@ -24,5 +24,5 @@ PACKAGECONFIG[crypt] = "-DENABLE_ENCRYPTION=ON,-DENABLE_ENCRYPTION=OFF,openssl" | |||
| 24 | PACKAGECONFIG[utils] = "-DENABLE_APPS=ON,-DENABLE_APPS=OFF," | 24 | PACKAGECONFIG[utils] = "-DENABLE_APPS=ON,-DENABLE_APPS=OFF," |
| 25 | 25 | ||
| 26 | PACKAGES += "${@bb.utils.contains('PACKAGECONFIG', 'utils', '${PN}-utils', '', d)}" | 26 | PACKAGES += "${@bb.utils.contains('PACKAGECONFIG', 'utils', '${PN}-utils', '', d)}" |
| 27 | FILES_${PN}-utils += "${bindir}" | 27 | FILES:${PN}-utils += "${bindir}" |
| 28 | RDEPENDS_${PN}-utils += "${PN}" | 28 | RDEPENDS:${PN}-utils += "${PN}" |
