From: "André Draszik" <git@andred.net>
To: yocto@yoctoproject.org
Subject: [meta-swupd][PATCH] bsdiff: update to latest version
Date: Mon, 21 Nov 2016 12:03:55 +0000 [thread overview]
Message-ID: <20161121120355.18309-1-git@andred.net> (raw)
From: André Draszik <adraszik@tycoint.com>
This allows us to completely remove the build time
depenency on libcheck when not needed, reducing
overall build time, and in addition tests can be
converted into a PACKAGECONFIG to enable them if
needed.
Signed-off-by: André Draszik <adraszik@tycoint.com>
---
recipes-devtools/bsdiff/bsdiff_git.bb | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/recipes-devtools/bsdiff/bsdiff_git.bb b/recipes-devtools/bsdiff/bsdiff_git.bb
index 8eb7271..ca0c4c8 100644
--- a/recipes-devtools/bsdiff/bsdiff_git.bb
+++ b/recipes-devtools/bsdiff/bsdiff_git.bb
@@ -6,14 +6,15 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=0dbe7a50f028269750631fcbded3846a"
SRC_URI = "git://github.com/clearlinux/bsdiff.git;protocol=https"
PV = "1.0.1+git${SRCPV}"
-SRCREV = "8c0a87b7c9eb5b22ed4e03a4eb42b32bd390df14"
+SRCREV = "fb5ced7c2cd6aeab0231f0cc3dee6bef72ddfb1e"
S = "${WORKDIR}/git"
-DEPENDS = "xz bzip2 zlib libcheck"
+DEPENDS = "xz bzip2 zlib"
inherit pkgconfig autotools
-EXTRA_OECONF = "--disable-tests"
+PACKAGECONFIG ??= ""
+PACKAGECONFIG[tests] = "--enable-tests, --disable-tests, libcheck"
BBCLASSEXTEND = "native"
--
2.10.2
next reply other threads:[~2016-11-21 12:04 UTC|newest]
Thread overview: 30+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-11-21 12:03 André Draszik [this message]
2016-11-30 11:04 ` [meta-swupd][PATCH] bsdiff: update to latest version Patrick Ohly
2016-11-30 14:31 ` André Draszik
2016-11-30 14:59 ` update mechanisms (was: Re: [meta-swupd][PATCH] bsdiff: update to latest version) Patrick Ohly
2016-11-30 17:19 ` André Draszik
2016-12-01 7:42 ` Patrick Ohly
2016-12-01 10:26 ` André Draszik
2016-12-01 11:25 ` Patrick Ohly
2016-12-06 9:01 ` update mechanisms Stefano Babic
2016-12-06 9:45 ` Patrick Ohly
2016-12-06 14:11 ` Lopez, Mariano
2016-12-06 18:45 ` Philip Balister
2016-12-06 22:38 ` Stefano Babic
2016-12-07 7:05 ` Kristian Amlie
2016-12-09 15:13 ` Patrick Ohly
2016-12-09 16:03 ` Stefano Babic
2016-12-12 14:59 ` Mariano Lopez
2016-12-12 15:41 ` Patrick Ohly
2016-12-12 15:49 ` Mariano Lopez
2016-12-12 19:02 ` Patrick Ohly
2016-12-13 14:03 ` Lopez, Mariano
2016-12-12 6:39 ` Kristian Amlie
2017-03-02 0:35 ` Eystein Måløy Stenberg
2017-03-10 13:02 ` Patrick Ohly
2017-03-10 13:35 ` Kristian Amlie
2017-03-10 14:20 ` Patrick Ohly
2016-12-13 8:51 ` Mike Looijmans
2016-12-13 9:08 ` Patrick Ohly
2016-12-12 15:13 ` André Draszik
2016-12-12 15:32 ` Patrick Ohly
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=20161121120355.18309-1-git@andred.net \
--to=git@andred.net \
--cc=yocto@yoctoproject.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.