package/bayer2rgb-neon: bump version
authorGiulio Benetti <giulio.benetti@micronovasrl.com>
Wed, 3 Apr 2019 21:12:31 +0000 (23:12 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Sun, 7 Apr 2019 06:46:34 +0000 (08:46 +0200)
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>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/bayer2rgb-neon/bayer2rgb-neon.hash
package/bayer2rgb-neon/bayer2rgb-neon.mk

index bc0d6b1d51020b40aa35dab6cb1143cc30d0ff0b..1f4f5f33b34a969b659243e00648f49677102a58 100644 (file)
@@ -1,3 +1,3 @@
 # Locally calculated
-sha256 b14c8b2b86207fe8222f79bef83dc3ae94222827f1882466ca65705238d15085 bayer2rgb-neon-v0.4.tar.bz2
+sha256 1a84dcf6557c2017ebe258502f60575e0971511c548fc88aee5ab68ca0bb268a bayer2rgb-neon-bef3ecafe290d61a50fd27da3e5d0df6f4b88045.tar.gz
 sha256 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903 COPYING
index f6914e4214560e73cbe0af2b46909eac862d5ca7..02651dcfeedd6aba9b9707f22dc7a5ea770612cb 100644 (file)
@@ -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