summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-connectivity/obex
diff options
context:
space:
mode:
authorTrevor Woerner <twoerner@gmail.com>2018-05-24 14:26:59 -0400
committerKhem Raj <raj.khem@gmail.com>2018-05-29 12:56:19 -0700
commit06b8b46cb30633ec0abf80f944fa7ac70d6b902a (patch)
treec3dcff381c7b2c9781634dd5a97a5bc43a4fcf26 /meta-oe/recipes-connectivity/obex
parentba2b7b51959c4e2b1704b58ab31607d63616773b (diff)
downloadmeta-openembedded-06b8b46cb30633ec0abf80f944fa7ac70d6b902a.tar.gz
openobex: variable cleanup
Reorder recipe variables according to: https://www.openembedded.org/wiki/Styleguide Originally-conceived-by: Andre McCurdy <armccurdy@gmail.com> Signed-off-by: Trevor Woerner <twoerner@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-connectivity/obex')
-rw-r--r--meta-oe/recipes-connectivity/obex/openobex_1.7.2.bb13
1 files changed, 5 insertions, 8 deletions
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 dcc2edf76..3fb8cb190 100644
--- a/meta-oe/recipes-connectivity/obex/openobex_1.7.2.bb
+++ b/meta-oe/recipes-connectivity/obex/openobex_1.7.2.bb
@@ -2,29 +2,26 @@ DESCRIPTION = "The Openobex project is an open source implementation of the \
2Object Exchange (OBEX) protocol." 2Object Exchange (OBEX) protocol."
3HOMEPAGE = "http://openobex.triq.net" 3HOMEPAGE = "http://openobex.triq.net"
4SECTION = "libs" 4SECTION = "libs"
5DEPENDS = "virtual/libusb0"
6DEPENDS_append_class-target = " ${@bb.utils.contains('DISTRO_FEATURES','bluez5','bluez5','bluez4',d)}"
7
8LICENSE = "GPLv2 & LGPLv2.1" 5LICENSE = "GPLv2 & LGPLv2.1"
9LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a \ 6LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a \
10 file://COPYING.LIB;md5=a6f89e2100d9b6cdffcea4f398e37343 \ 7 file://COPYING.LIB;md5=a6f89e2100d9b6cdffcea4f398e37343 \
11" 8"
12 9
10DEPENDS = "virtual/libusb0"
11DEPENDS_append_class-target = " ${@bb.utils.contains('DISTRO_FEATURES','bluez5','bluez5','bluez4',d)}"
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"
15
16SRC_URI[md5sum] = "f6e0b6cb7dcfd731460a7e9a91429a3a" 15SRC_URI[md5sum] = "f6e0b6cb7dcfd731460a7e9a91429a3a"
17SRC_URI[sha256sum] = "158860aaea52f0fce0c8e4b64550daaae06df2689e05834697b7e8c7d73dd4fc" 16SRC_URI[sha256sum] = "158860aaea52f0fce0c8e4b64550daaae06df2689e05834697b7e8c7d73dd4fc"
18 17
19inherit cmake pkgconfig
20
21S = "${WORKDIR}/${BP}-Source" 18S = "${WORKDIR}/${BP}-Source"
22 19
20inherit cmake pkgconfig
21
23EXTRA_OECONF = " -DCMAKE_SKIP_RPATH=ON " 22EXTRA_OECONF = " -DCMAKE_SKIP_RPATH=ON "
24EXTRA_OECMAKE += "-DBUILD_DOCUMENTATION=OFF" 23EXTRA_OECMAKE += "-DBUILD_DOCUMENTATION=OFF"
25 24
26#--enable-apps --enable-syslog
27
28ASNEEDED = "" 25ASNEEDED = ""
29 26
30do_install_append () { 27do_install_append () {