[Buildroot] [git commit] package/libbsd: bump version

Peter Korsgaard peter at korsgaard.com
Mon Jun 2 10:46:39 UTC 2014


commit: http://git.buildroot.net/buildroot/commit/?id=9e2a7bf2bd6dcd061d8cfa40a5d8995b1b257ef3
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

... and switch to using .tar.xz as that's all upstream is providing now.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998 at free.fr>
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/libbsd/libbsd.mk |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/package/libbsd/libbsd.mk b/package/libbsd/libbsd.mk
index c1cd59e..d6481b2 100644
--- a/package/libbsd/libbsd.mk
+++ b/package/libbsd/libbsd.mk
@@ -4,7 +4,8 @@
 #
 ################################################################################
 
-LIBBSD_VERSION = 0.4.2
+LIBBSD_VERSION = 0.6.0
+LIBBSD_SOURCE = libbsd-$(LIBBSD_VERSION).tar.xz
 LIBBSD_SITE = http://libbsd.freedesktop.org/releases
 LIBBSD_LICENSE = BSD-3c MIT
 LIBBSD_LICENSE_FILES = COPYING


More information about the buildroot mailing list