summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-connectivity/obex
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2021-07-29 17:04:53 +0200
committerKhem Raj <raj.khem@gmail.com>2021-08-03 10:21:25 -0700
commitc61dc077bbd81260e4f167fa2251643ba0ba6974 (patch)
tree66c3243f8f64ae60f66f70a16e8128c247254a65 /meta-oe/recipes-connectivity/obex
parentc5f7cfb8db54cfa4257797db5bd87828dea43296 (diff)
downloadmeta-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.bb2
-rw-r--r--meta-oe/recipes-connectivity/obex/openobex_1.7.2.bb12
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
15REQUIRED_DISTRO_FEATURES = "x11" 15REQUIRED_DISTRO_FEATURES = "x11"
16 16
17FILES_${PN} += "${datadir}/dbus-1/" 17FILES:${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
10DEPENDS = "virtual/libusb0" 10DEPENDS = "virtual/libusb0"
11DEPENDS_append_class-target = " bluez5" 11DEPENDS:append:class-target = " bluez5"
12 12
13SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BPN}/${PV}/${BP}-Source.tar.gz \ 13SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BPN}/${PV}/${BP}-Source.tar.gz \
14" 14"
@@ -24,14 +24,14 @@ EXTRA_OECMAKE += "-DBUILD_DOCUMENTATION=OFF"
24 24
25ASNEEDED = "" 25ASNEEDED = ""
26 26
27do_install_append () { 27do_install:append () {
28 rmdir ${D}${bindir} 28 rmdir ${D}${bindir}
29} 29}
30 30
31PACKAGES =+ "openobex-apps" 31PACKAGES =+ "openobex-apps"
32FILES_${PN}-apps = "${bindir}/*" 32FILES:${PN}-apps = "${bindir}/*"
33FILES_${PN} += "${libdir}/lib*.so.*" 33FILES:${PN} += "${libdir}/lib*.so.*"
34FILES_${PN}-dev += "${bindir}/openobex-config" 34FILES:${PN}-dev += "${bindir}/openobex-config"
35DEBIAN_NOAUTONAME_${PN}-apps = "1" 35DEBIAN_NOAUTONAME:${PN}-apps = "1"
36 36
37BBCLASSEXTEND = "native" 37BBCLASSEXTEND = "native"