From: Trevor Woerner <twoerner@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: [meta-oe][master-next][PATCH 11/11] openobex: variable cleanup
Date: Thu, 24 May 2018 14:26:59 -0400 [thread overview]
Message-ID: <20180524182659.19986-12-twoerner@gmail.com> (raw)
In-Reply-To: <20180524182659.19986-1-twoerner@gmail.com>
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>
---
meta-oe/recipes-connectivity/obex/openobex_1.7.2.bb | 13 +++++--------
1 file 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 dcc2edf76e..3fb8cb1901 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 \
Object Exchange (OBEX) protocol."
HOMEPAGE = "http://openobex.triq.net"
SECTION = "libs"
-DEPENDS = "virtual/libusb0"
-DEPENDS_append_class-target = " ${@bb.utils.contains('DISTRO_FEATURES','bluez5','bluez5','bluez4',d)}"
-
LICENSE = "GPLv2 & LGPLv2.1"
LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a \
file://COPYING.LIB;md5=a6f89e2100d9b6cdffcea4f398e37343 \
"
+DEPENDS = "virtual/libusb0"
+DEPENDS_append_class-target = " ${@bb.utils.contains('DISTRO_FEATURES','bluez5','bluez5','bluez4',d)}"
+
SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BPN}/${PV}/${BP}-Source.tar.gz \
"
-
SRC_URI[md5sum] = "f6e0b6cb7dcfd731460a7e9a91429a3a"
SRC_URI[sha256sum] = "158860aaea52f0fce0c8e4b64550daaae06df2689e05834697b7e8c7d73dd4fc"
-inherit cmake pkgconfig
-
S = "${WORKDIR}/${BP}-Source"
+inherit cmake pkgconfig
+
EXTRA_OECONF = " -DCMAKE_SKIP_RPATH=ON "
EXTRA_OECMAKE += "-DBUILD_DOCUMENTATION=OFF"
-#--enable-apps --enable-syslog
-
ASNEEDED = ""
do_install_append () {
--
2.17.0.582.gccdcbd54c
prev parent reply other threads:[~2018-05-24 18:27 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-05-24 18:26 [meta-oe][master-next][PATCH 00/11] reorder variable Trevor Woerner
2018-05-24 18:26 ` [meta-oe][master-next][PATCH 01/11] poco: variable cleanup Trevor Woerner
2018-05-24 18:26 ` [meta-oe][master-next][PATCH 02/11] libssh: " Trevor Woerner
2018-05-24 18:26 ` [meta-oe][master-next][PATCH 03/11] libftdi: " Trevor Woerner
2018-05-24 18:26 ` [meta-oe][master-next][PATCH 04/11] gflags: " Trevor Woerner
2018-05-24 18:26 ` [meta-oe][master-next][PATCH 05/11] ceres-solver: " Trevor Woerner
2018-05-24 18:26 ` [meta-oe][master-next][PATCH 06/11] openjpeg: " Trevor Woerner
2018-05-24 18:26 ` [meta-oe][master-next][PATCH 07/11] glm: " Trevor Woerner
2018-05-24 18:26 ` [meta-oe][master-next][PATCH 08/11] msgpack-c: " Trevor Woerner
2018-05-24 18:26 ` [meta-oe][master-next][PATCH 09/11] json-spirit: " Trevor Woerner
2018-05-31 16:56 ` Khem Raj
2018-05-24 18:26 ` [meta-oe][master-next][PATCH 10/11] capnproto: " Trevor Woerner
2018-05-24 18:26 ` Trevor Woerner [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20180524182659.19986-12-twoerner@gmail.com \
--to=twoerner@gmail.com \
--cc=openembedded-devel@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.