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-connectivity/obex | |
| 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-connectivity/obex')
| -rw-r--r-- | meta-oe/recipes-connectivity/obex/obex-data-server_0.4.6.bb | 2 | ||||
| -rw-r--r-- | meta-oe/recipes-connectivity/obex/openobex_1.7.2.bb | 12 |
2 files changed, 7 insertions, 7 deletions
diff --git a/meta-oe/recipes-connectivity/obex/obex-data-server_0.4.6.bb b/meta-oe/recipes-connectivity/obex/obex-data-server_0.4.6.bb index 8763709355..a181ef0e13 100644 --- a/meta-oe/recipes-connectivity/obex/obex-data-server_0.4.6.bb +++ b/meta-oe/recipes-connectivity/obex/obex-data-server_0.4.6.bb | |||
| @@ -14,4 +14,4 @@ inherit features_check autotools-brokensep pkgconfig | |||
| 14 | 14 | ||
| 15 | REQUIRED_DISTRO_FEATURES = "x11" | 15 | REQUIRED_DISTRO_FEATURES = "x11" |
| 16 | 16 | ||
| 17 | FILES_${PN} += "${datadir}/dbus-1/" | 17 | FILES:${PN} += "${datadir}/dbus-1/" |
diff --git a/meta-oe/recipes-connectivity/obex/openobex_1.7.2.bb b/meta-oe/recipes-connectivity/obex/openobex_1.7.2.bb index 8790723967..420d563acd 100644 --- a/meta-oe/recipes-connectivity/obex/openobex_1.7.2.bb +++ b/meta-oe/recipes-connectivity/obex/openobex_1.7.2.bb | |||
| @@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a \ | |||
| 8 | " | 8 | " |
| 9 | 9 | ||
| 10 | DEPENDS = "virtual/libusb0" | 10 | DEPENDS = "virtual/libusb0" |
| 11 | DEPENDS_append_class-target = " bluez5" | 11 | DEPENDS:append:class-target = " bluez5" |
| 12 | 12 | ||
| 13 | SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BPN}/${PV}/${BP}-Source.tar.gz \ | 13 | SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BPN}/${PV}/${BP}-Source.tar.gz \ |
| 14 | " | 14 | " |
| @@ -24,14 +24,14 @@ EXTRA_OECMAKE += "-DBUILD_DOCUMENTATION=OFF" | |||
| 24 | 24 | ||
| 25 | ASNEEDED = "" | 25 | ASNEEDED = "" |
| 26 | 26 | ||
| 27 | do_install_append () { | 27 | do_install:append () { |
| 28 | rmdir ${D}${bindir} | 28 | rmdir ${D}${bindir} |
| 29 | } | 29 | } |
| 30 | 30 | ||
| 31 | PACKAGES =+ "openobex-apps" | 31 | PACKAGES =+ "openobex-apps" |
| 32 | FILES_${PN}-apps = "${bindir}/*" | 32 | FILES:${PN}-apps = "${bindir}/*" |
| 33 | FILES_${PN} += "${libdir}/lib*.so.*" | 33 | FILES:${PN} += "${libdir}/lib*.so.*" |
| 34 | FILES_${PN}-dev += "${bindir}/openobex-config" | 34 | FILES:${PN}-dev += "${bindir}/openobex-config" |
| 35 | DEBIAN_NOAUTONAME_${PN}-apps = "1" | 35 | DEBIAN_NOAUTONAME:${PN}-apps = "1" |
| 36 | 36 | ||
| 37 | BBCLASSEXTEND = "native" | 37 | BBCLASSEXTEND = "native" |
