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-oe/recipes-multimedia/v4l2apps/v4l-utils_1.20.0.bb | |
| 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-oe/recipes-multimedia/v4l2apps/v4l-utils_1.20.0.bb')
| -rw-r--r-- | meta-oe/recipes-multimedia/v4l2apps/v4l-utils_1.20.0.bb | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/meta-oe/recipes-multimedia/v4l2apps/v4l-utils_1.20.0.bb b/meta-oe/recipes-multimedia/v4l2apps/v4l-utils_1.20.0.bb index 2261feb56c..866c0c5a7d 100644 --- a/meta-oe/recipes-multimedia/v4l2apps/v4l-utils_1.20.0.bb +++ b/meta-oe/recipes-multimedia/v4l2apps/v4l-utils_1.20.0.bb | |||
| @@ -7,9 +7,9 @@ PROVIDES = "libv4l media-ctl" | |||
| 7 | DEPENDS = "jpeg \ | 7 | DEPENDS = "jpeg \ |
| 8 | ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'virtual/libx11', '', d)} \ | 8 | ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'virtual/libx11', '', d)} \ |
| 9 | ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'systemd', '', d)}" | 9 | ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'systemd', '', d)}" |
| 10 | DEPENDS_append_libc-musl = " argp-standalone" | 10 | DEPENDS:append:libc-musl = " argp-standalone" |
| 11 | DEPENDS_append_class-target = " udev" | 11 | DEPENDS:append:class-target = " udev" |
| 12 | LDFLAGS_append = " -pthread" | 12 | LDFLAGS:append = " -pthread" |
| 13 | 13 | ||
| 14 | inherit autotools gettext pkgconfig | 14 | inherit autotools gettext pkgconfig |
| 15 | 15 | ||
| @@ -35,24 +35,24 @@ VIRTUAL-RUNTIME_ir-keytable-keymaps ?= "rc-keymaps" | |||
| 35 | 35 | ||
| 36 | PACKAGES =+ "media-ctl ir-keytable rc-keymaps libv4l libv4l-dev" | 36 | PACKAGES =+ "media-ctl ir-keytable rc-keymaps libv4l libv4l-dev" |
| 37 | 37 | ||
| 38 | RPROVIDES_${PN}-dbg += "libv4l-dbg" | 38 | RPROVIDES:${PN}-dbg += "libv4l-dbg" |
| 39 | 39 | ||
| 40 | FILES_media-ctl = "${bindir}/media-ctl ${libdir}/libmediactl.so.*" | 40 | FILES:media-ctl = "${bindir}/media-ctl ${libdir}/libmediactl.so.*" |
| 41 | 41 | ||
| 42 | FILES_ir-keytable = "${bindir}/ir-keytable ${base_libdir}/udev/rules.d/*-infrared.rules" | 42 | FILES:ir-keytable = "${bindir}/ir-keytable ${base_libdir}/udev/rules.d/*-infrared.rules" |
| 43 | RDEPENDS_ir-keytable += "${VIRTUAL-RUNTIME_ir-keytable-keymaps}" | 43 | RDEPENDS:ir-keytable += "${VIRTUAL-RUNTIME_ir-keytable-keymaps}" |
| 44 | 44 | ||
| 45 | FILES_rc-keymaps = "${sysconfdir}/rc* ${base_libdir}/udev/rc*" | 45 | FILES:rc-keymaps = "${sysconfdir}/rc* ${base_libdir}/udev/rc*" |
| 46 | 46 | ||
| 47 | FILES_${PN} = "${bindir} ${sbindir}" | 47 | FILES:${PN} = "${bindir} ${sbindir}" |
| 48 | 48 | ||
| 49 | FILES_libv4l += "${libdir}/libv4l*${SOLIBS} ${libdir}/libv4l/*.so ${libdir}/libv4l/plugins/*.so \ | 49 | FILES:libv4l += "${libdir}/libv4l*${SOLIBS} ${libdir}/libv4l/*.so ${libdir}/libv4l/plugins/*.so \ |
| 50 | ${libdir}/libdvbv5*${SOLIBS} \ | 50 | ${libdir}/libdvbv5*${SOLIBS} \ |
| 51 | ${libdir}/libv4l/*-decomp" | 51 | ${libdir}/libv4l/*-decomp" |
| 52 | 52 | ||
| 53 | FILES_libv4l-dev += "${includedir} ${libdir}/pkgconfig \ | 53 | FILES:libv4l-dev += "${includedir} ${libdir}/pkgconfig \ |
| 54 | ${libdir}/libv4l*${SOLIBSDEV} ${libdir}/*.la \ | 54 | ${libdir}/libv4l*${SOLIBSDEV} ${libdir}/*.la \ |
| 55 | ${libdir}/v4l*${SOLIBSDEV} ${libdir}/libv4l/*.la ${libdir}/libv4l/plugins/*.la" | 55 | ${libdir}/v4l*${SOLIBSDEV} ${libdir}/libv4l/*.la ${libdir}/libv4l/plugins/*.la" |
| 56 | 56 | ||
| 57 | PARALLEL_MAKE_class-native = "" | 57 | PARALLEL_MAKE:class-native = "" |
| 58 | BBCLASSEXTEND = "native" | 58 | BBCLASSEXTEND = "native" |
