From: Jack Mitchell <ml@communistcode.co.uk>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [meta-oe][PATCH] libsoc: upgrade from version 0.6 to 0.7
Date: Sun, 22 Nov 2015 16:34:29 +0000 [thread overview]
Message-ID: <5651EE95.9050707@communistcode.co.uk> (raw)
In-Reply-To: <1448207110-17855-1-git-send-email-fathi.boudra@linaro.org>
On 22/11/2015 15:45, Fathi Boudra wrote:
> * update SRCREV
> * add --with-board-configs to configure
> * run oe-stylize to sanitize the recipe
>
> Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
> ---
> .../recipes-support/libsoc/{libsoc_0.6.bb => libsoc_0.7.bb} | 10 +++++-----
> 1 file changed, 5 insertions(+), 5 deletions(-)
> rename meta-oe/recipes-support/libsoc/{libsoc_0.6.bb => libsoc_0.7.bb} (85%)
>
> diff --git a/meta-oe/recipes-support/libsoc/libsoc_0.6.bb b/meta-oe/recipes-support/libsoc/libsoc_0.7.bb
> similarity index 85%
> rename from meta-oe/recipes-support/libsoc/libsoc_0.6.bb
> rename to meta-oe/recipes-support/libsoc/libsoc_0.7.bb
> index 79c171a..1a7f4a7 100644
> --- a/meta-oe/recipes-support/libsoc/libsoc_0.6.bb
> +++ b/meta-oe/recipes-support/libsoc/libsoc_0.7.bb
> @@ -1,17 +1,17 @@
> SUMMARY = "Library for interfacing with common SoC peripherals"
> DESCRIPTION = "libsoc is a C library to interface with common peripherals (gpio, i2c, spi, pwm) \
> found in SoC (System on Chips) through generic Linux Kernel interfaces."
> -
> HOMEPAGE = "https://github.com/jackmitch/libsoc"
> -
> LICENSE = "LGPLv2.1"
> LIC_FILES_CHKSUM = "file://COPYING;md5=e0bfebea12a718922225ba987b2126a5"
> +SRCREV = "4d5c5af71e225cc4e792d2166da3f3e432b08735"
>
> -inherit autotools
> -
> -SRCREV = "3643cf161a4b37bfbdfd05437166c4a29ac3ed8d"
> SRC_URI = "git://github.com/jackmitch/libsoc.git"
>
> S = "${WORKDIR}/git"
>
> +inherit autotools
> +
> +EXTRA_OECONF = "--with-board-configs"
I think this should be a packageconfig, you don't want to ship board
files by default. Most boards will not be supported (as they will be
custom in-house boards) and as such just clutter up the users filesystem
and waste space.
> +
> RDEPENDS_${PN} = "libgcc"
>
next prev parent reply other threads:[~2015-11-22 16:40 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-11-22 15:45 [meta-oe][PATCH] libsoc: upgrade from version 0.6 to 0.7 Fathi Boudra
2015-11-22 16:34 ` Jack Mitchell [this message]
2015-11-22 17:57 ` Fathi Boudra
2015-11-22 17:44 ` Koen Kooi
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=5651EE95.9050707@communistcode.co.uk \
--to=ml@communistcode.co.uk \
--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.