From: Trevor Woerner <twoerner@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: [meta-oe][master-next][PATCH 06/11] openjpeg: variable cleanup
Date: Thu, 24 May 2018 14:26:54 -0400 [thread overview]
Message-ID: <20180524182659.19986-7-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-graphics/openjpeg/openjpeg_2.2.0.bb | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/meta-oe/recipes-graphics/openjpeg/openjpeg_2.2.0.bb b/meta-oe/recipes-graphics/openjpeg/openjpeg_2.2.0.bb
index f749d62342..22b75d9623 100644
--- a/meta-oe/recipes-graphics/openjpeg/openjpeg_2.2.0.bb
+++ b/meta-oe/recipes-graphics/openjpeg/openjpeg_2.2.0.bb
@@ -1,9 +1,10 @@
DESCRIPTION = "OpenJPEG library is an open-source JPEG 2000 codec"
HOMEPAGE = "http://www.openjpeg.org"
-
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://LICENSE;md5=c648878b4840d7babaade1303e7f108c"
+DEPENDS = "libpng tiff lcms zlib"
+
SRC_URI = "https://github.com/uclouvain/${BPN}/archive/v${PV}.tar.gz;downloadfilename=${BP}.tar.gz \
file://0001-bmp_read_info_header-reject-bmp-files-with-biBitCoun.patch \
"
@@ -12,8 +13,6 @@ SRC_URI[sha256sum] = "6fddbce5a618e910e03ad00d66e7fcd09cc6ee307ce69932666d54c73b
inherit cmake
-DEPENDS = "libpng tiff lcms zlib"
-
# standard path for *.cmake
EXTRA_OECMAKE += "-DOPENJPEG_INSTALL_PACKAGE_DIR=${baselib}/cmake \
-DOPENJPEG_INSTALL_LIB_DIR:PATH=${libdir}"
--
2.17.0.582.gccdcbd54c
next 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 ` Trevor Woerner [this message]
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 ` [meta-oe][master-next][PATCH 11/11] openobex: " Trevor Woerner
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-7-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.