* [Buildroot] [PATCH] package/bayer2rgb-neon: bump version
@ 2019-04-03 21:12 Giulio Benetti
2019-04-04 20:19 ` Thomas Petazzoni
2019-04-07 6:47 ` Peter Korsgaard
0 siblings, 2 replies; 4+ messages in thread
From: Giulio Benetti @ 2019-04-03 21:12 UTC (permalink / raw)
To: buildroot
Actually build fails with musl libc due to missing header inclusion
<unistd.h> (usually included by stdlib.h) in package code which in order
contains type definition of ssize_t.
A Git repository has been setted up for this project as upstream, and
contains a commit which solves build failure removing the use of ssize_t
at all.
No other http tarballs have been released on current site, so
development seems to continue on Git repository.
- Set SITE_METHOD = git
- Switch site to: https://gitlab-ext.sigma-chemnitz.de/ensc/bayer2rgb
- Bump version to latest commit to include commit which fixes build
failure.
Fixes:
http://autobuild.buildroot.net/results/c84/c84b65642cb1b2d246f3a92ac957af5c5fcb86e8/
Signed-off-by: Giulio Benetti <giulio.benetti@micronovasrl.com>
---
package/bayer2rgb-neon/bayer2rgb-neon.hash | 2 +-
package/bayer2rgb-neon/bayer2rgb-neon.mk | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/package/bayer2rgb-neon/bayer2rgb-neon.hash b/package/bayer2rgb-neon/bayer2rgb-neon.hash
index bc0d6b1d51..1f4f5f33b3 100644
--- a/package/bayer2rgb-neon/bayer2rgb-neon.hash
+++ b/package/bayer2rgb-neon/bayer2rgb-neon.hash
@@ -1,3 +1,3 @@
# Locally calculated
-sha256 b14c8b2b86207fe8222f79bef83dc3ae94222827f1882466ca65705238d15085 bayer2rgb-neon-v0.4.tar.bz2
+sha256 1a84dcf6557c2017ebe258502f60575e0971511c548fc88aee5ab68ca0bb268a bayer2rgb-neon-bef3ecafe290d61a50fd27da3e5d0df6f4b88045.tar.gz
sha256 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903 COPYING
diff --git a/package/bayer2rgb-neon/bayer2rgb-neon.mk b/package/bayer2rgb-neon/bayer2rgb-neon.mk
index f6914e4214..02651dcfee 100644
--- a/package/bayer2rgb-neon/bayer2rgb-neon.mk
+++ b/package/bayer2rgb-neon/bayer2rgb-neon.mk
@@ -4,9 +4,9 @@
#
################################################################################
-BAYER2RGB_NEON_VERSION = v0.4
-BAYER2RGB_NEON_SOURCE = bayer2rgb-neon-$(BAYER2RGB_NEON_VERSION).tar.bz2
-BAYER2RGB_NEON_SITE = https://git.phytec.de/bayer2rgb-neon/snapshot
+BAYER2RGB_NEON_VERSION = bef3ecafe290d61a50fd27da3e5d0df6f4b88045
+BAYER2RGB_NEON_SITE = https://gitlab-ext.sigma-chemnitz.de/ensc/bayer2rgb.git
+BAYER2RGB_NEON_SITE_METHOD = git
BAYER2RGB_NEON_LICENSE = GPL-3.0
BAYER2RGB_NEON_LICENSE_FILES = COPYING
BAYER2RGB_NEON_INSTALL_STAGING = YES
--
2.17.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [Buildroot] [PATCH] package/bayer2rgb-neon: bump version
2019-04-03 21:12 [Buildroot] [PATCH] package/bayer2rgb-neon: bump version Giulio Benetti
@ 2019-04-04 20:19 ` Thomas Petazzoni
2019-04-04 20:27 ` Giulio Benetti
2019-04-07 6:47 ` Peter Korsgaard
1 sibling, 1 reply; 4+ messages in thread
From: Thomas Petazzoni @ 2019-04-04 20:19 UTC (permalink / raw)
To: buildroot
Hello Giulio,
On Wed, 3 Apr 2019 23:12:31 +0200
Giulio Benetti <giulio.benetti@micronovasrl.com> wrote:
> Actually build fails with musl libc due to missing header inclusion
> <unistd.h> (usually included by stdlib.h) in package code which in order
> contains type definition of ssize_t.
> A Git repository has been setted up for this project as upstream, and
> contains a commit which solves build failure removing the use of ssize_t
> at all.
> No other http tarballs have been released on current site, so
> development seems to continue on Git repository.
>
> - Set SITE_METHOD = git
> - Switch site to: https://gitlab-ext.sigma-chemnitz.de/ensc/bayer2rgb
> - Bump version to latest commit to include commit which fixes build
> failure.
>
> Fixes:
> http://autobuild.buildroot.net/results/c84/c84b65642cb1b2d246f3a92ac957af5c5fcb86e8/
>
> Signed-off-by: Giulio Benetti <giulio.benetti@micronovasrl.com>
Do we have an indication of what is the real upstream location for this
project ?
You're saying "a Git repo has been set up for this project as
upstream". What indication you have that this is the most "official"
upstream ?
Thanks,
Thomas
--
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Buildroot] [PATCH] package/bayer2rgb-neon: bump version
2019-04-04 20:19 ` Thomas Petazzoni
@ 2019-04-04 20:27 ` Giulio Benetti
0 siblings, 0 replies; 4+ messages in thread
From: Giulio Benetti @ 2019-04-04 20:27 UTC (permalink / raw)
To: buildroot
Hello Thomas,
Il 04/04/2019 22:19, Thomas Petazzoni ha scritto:
> Hello Giulio,
>
> On Wed, 3 Apr 2019 23:12:31 +0200
> Giulio Benetti <giulio.benetti@micronovasrl.com> wrote:
>
>> Actually build fails with musl libc due to missing header inclusion
>> <unistd.h> (usually included by stdlib.h) in package code which in order
>> contains type definition of ssize_t.
>> A Git repository has been setted up for this project as upstream, and
>> contains a commit which solves build failure removing the use of ssize_t
>> at all.
>> No other http tarballs have been released on current site, so
>> development seems to continue on Git repository.
>>
>> - Set SITE_METHOD = git
>> - Switch site to: https://gitlab-ext.sigma-chemnitz.de/ensc/bayer2rgb
>> - Bump version to latest commit to include commit which fixes build
>> failure.
>>
>> Fixes:
>> http://autobuild.buildroot.net/results/c84/c84b65642cb1b2d246f3a92ac957af5c5fcb86e8/
>>
>> Signed-off-by: Giulio Benetti <giulio.benetti@micronovasrl.com>
>
> Do we have an indication of what is the real upstream location for this
> project ?
>
> You're saying "a Git repo has been set up for this project as
> upstream". What indication you have that this is the most "official"
> upstream ?
It's been pointed to me privately by Enrico that I add in Cc.
Add Cc Stefano too.
Enrico, can you please confirm that this url:
https://gitlab-ext.sigma-chemnitz.de/ensc/bayer2rgb
is the real upstream of the project?
Thank you very much.
Next there is e-mail he sent me.
"""""""""""""""""""""""""""""""
Giulio Benetti <giulio.benetti@micronovasrl.com> writes:
> The ssize_t type requires the unistd.h header. This fixes build with
> musl libc:
>
> src/convert-dumb.cc:229:2: error: ?ssize_t? was not declared in this
> scope
> ssize_t stride;
> ^
Thanks for the report. I removed 'ssize_t' completely because it does
make sense at this place.
https://gitlab-ext.sigma-chemnitz.de/ensc/bayer2rgb
Enrico
"""""""""""""""""""""""""""""""
--
Giulio Benetti
CTO
MICRONOVA SRL
Sede: Via A. Niedda 3 - 35010 Vigonza (PD)
Tel. 049/8931563 - Fax 049/8931346
Cod.Fiscale - P.IVA 02663420285
Capitale Sociale ? 26.000 i.v.
Iscritta al Reg. Imprese di Padova N. 02663420285
Numero R.E.A. 258642
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Buildroot] [PATCH] package/bayer2rgb-neon: bump version
2019-04-03 21:12 [Buildroot] [PATCH] package/bayer2rgb-neon: bump version Giulio Benetti
2019-04-04 20:19 ` Thomas Petazzoni
@ 2019-04-07 6:47 ` Peter Korsgaard
1 sibling, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2019-04-07 6:47 UTC (permalink / raw)
To: buildroot
>>>>> "Giulio" == Giulio Benetti <giulio.benetti@micronovasrl.com> writes:
> Actually build fails with musl libc due to missing header inclusion
> <unistd.h> (usually included by stdlib.h) in package code which in order
> contains type definition of ssize_t.
> A Git repository has been setted up for this project as upstream, and
> contains a commit which solves build failure removing the use of ssize_t
> at all.
> No other http tarballs have been released on current site, so
> development seems to continue on Git repository.
> - Set SITE_METHOD = git
> - Switch site to: https://gitlab-ext.sigma-chemnitz.de/ensc/bayer2rgb
> - Bump version to latest commit to include commit which fixes build
> failure.
> Fixes:
> http://autobuild.buildroot.net/results/c84/c84b65642cb1b2d246f3a92ac957af5c5fcb86e8/
> Signed-off-by: Giulio Benetti <giulio.benetti@micronovasrl.com>
Committed, thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2019-04-07 6:47 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-04-03 21:12 [Buildroot] [PATCH] package/bayer2rgb-neon: bump version Giulio Benetti
2019-04-04 20:19 ` Thomas Petazzoni
2019-04-04 20:27 ` Giulio Benetti
2019-04-07 6:47 ` Peter Korsgaard
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.