summaryrefslogtreecommitdiff
path: root/package/mpdecimal
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-01-03 21:50:29 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-01-03 21:50:29 +0100
commit7759643f7878d25284cc5996cbd12d011d75c95c (patch)
tree8c98b83ec7111e1a5fce2d8ea7a227fdc72ef837 /package/mpdecimal
parent6457e638b5592ebd860ca331f3dc57d207e387ca (diff)
mpdecimal: bump to 2.4.1 and add hash file
Bumping mpdecimal to 2.4.1 is necessary to make the Python 3 'decimal' module to build properly, since Python 3.4.2. Thanks to Samuel Martin for the investigation! Fixes: http://autobuild.buildroot.org/results/c9b/c9b6dd19f16a56a16ef441d5b303badab9720bd7/ Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/mpdecimal')
-rw-r--r--package/mpdecimal/mpdecimal.hash2
-rw-r--r--package/mpdecimal/mpdecimal.mk8
2 files changed, 8 insertions, 2 deletions
diff --git a/package/mpdecimal/mpdecimal.hash b/package/mpdecimal/mpdecimal.hash
new file mode 100644
index 000000000..249d56c56
--- /dev/null
+++ b/package/mpdecimal/mpdecimal.hash
@@ -0,0 +1,2 @@
+# From http://code.activestate.com/lists/python-dev/132315/
+sha256 da74d3cfab559971a4fbd4fb506e1b4498636eb77d0fd09e44f8e546d18ac068 mpdecimal_2.4.1.orig.tar.gz
diff --git a/package/mpdecimal/mpdecimal.mk b/package/mpdecimal/mpdecimal.mk
index 8257c8d04..060750c0e 100644
--- a/package/mpdecimal/mpdecimal.mk
+++ b/package/mpdecimal/mpdecimal.mk
@@ -4,8 +4,12 @@
#
################################################################################
-MPDECIMAL_SITE = http://www.bytereef.org/software/mpdecimal/releases
-MPDECIMAL_VERSION = 2.4.0
+# Official site currently down
+# MPDECIMAL_SITE = http://www.bytereef.org/software/mpdecimal/releases
+
+MPDECIMAL_SITE = https://launchpad.net/ubuntu/+archive/primary/+files/
+MPDECIMAL_VERSION = 2.4.1
+MPDECIMAL_SOURCE = mpdecimal_$(MPDECIMAL_VERSION).orig.tar.gz
MPDECIMAL_INSTALL_STAGING = YES
MPDECIMAL_LICENSE = BSD-2c
MPDECIMAL_LICENSE_FILES = LICENSE.txt