package/dmidecode: bump to version 3.0
Signed-off-by: Damien Lanson <damien@kal-host.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
04c9d65039
commit
8f277626d4
package/dmidecode
@ -21,10 +21,10 @@ Index: b/Makefile
|
||||
+override CFLAGS += \
|
||||
+ -W -Wall -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-qual \
|
||||
+ -Wcast-align -Wwrite-strings -Wmissing-prototypes -Winline -Wundef
|
||||
#CFLAGS += -DBIGENDIAN
|
||||
#CFLAGS += -DALIGNMENT_WORKAROUND
|
||||
|
||||
@@ -23,7 +24,7 @@
|
||||
# Let lseek and mmap support 64-bit wide offsets
|
||||
CFLAGS += -D_FILE_OFFSET_BITS=64
|
||||
@@ -27,7 +28,7 @@ CFLAGS += -O2
|
||||
#CFLAGS += -g
|
||||
|
||||
# Pass linker flags here
|
||||
|
@ -1,2 +1,2 @@
|
||||
# Locally calculated after checking pgp signature
|
||||
sha256 5a8214b99c1762f4510bd92baa279336e5fed6e5cd2e418d46d95a4ecc783922 dmidecode-2.12.tar.gz
|
||||
# http://http.debian.net/debian/pool/main/d/dmidecode/dmidecode_3.0-2.dsc
|
||||
sha256 7ec35bb193729c1d593a1460b59d82d24b89102ab23fd0416e6cf4325d077e45 dmidecode-3.0.tar.xz
|
||||
|
@ -4,7 +4,8 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
DMIDECODE_VERSION = 2.12
|
||||
DMIDECODE_VERSION = 3.0
|
||||
DMIDECODE_SOURCE = dmidecode-$(DMIDECODE_VERSION).tar.xz
|
||||
DMIDECODE_SITE = http://download.savannah.gnu.org/releases/dmidecode
|
||||
DMIDECODE_LICENSE = GPLv2+
|
||||
DMIDECODE_LICENSE_FILES = LICENSE
|
||||
|
Loading…
Reference in New Issue
Block a user