summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-10-04 15:36:25 +0100
committerPeter Korsgaard <peter@korsgaard.com>2015-10-04 18:27:42 +0200
commitaebb952a464f138116fd72618c99cafe739d3d44 (patch)
treec8a9f2cb68cac77db143dd1064c8384f222c9176
parentac43503bf7a6c9866eb0bde361cf7a2ff0ce4bdd (diff)
downloadbuildroot-aebb952a464f138116fd72618c99cafe739d3d44.tar.gz
buildroot-aebb952a464f138116fd72618c99cafe739d3d44.zip
mpdecimal: use official upstream site
The official upstream site is available again, so let's switch to using it. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Reviewed-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Tested-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r--package/mpdecimal/mpdecimal.hash4
-rw-r--r--package/mpdecimal/mpdecimal.mk6
2 files changed, 3 insertions, 7 deletions
diff --git a/package/mpdecimal/mpdecimal.hash b/package/mpdecimal/mpdecimal.hash
index 249d56c561..bc443d1cd9 100644
--- a/package/mpdecimal/mpdecimal.hash
+++ b/package/mpdecimal/mpdecimal.hash
@@ -1,2 +1,2 @@
-# From http://code.activestate.com/lists/python-dev/132315/
-sha256 da74d3cfab559971a4fbd4fb506e1b4498636eb77d0fd09e44f8e546d18ac068 mpdecimal_2.4.1.orig.tar.gz
+# From http://www.bytereef.org/mpdecimal/download.html
+sha256 da74d3cfab559971a4fbd4fb506e1b4498636eb77d0fd09e44f8e546d18ac068 mpdecimal-2.4.1.tar.gz
diff --git a/package/mpdecimal/mpdecimal.mk b/package/mpdecimal/mpdecimal.mk
index 07a756421e..2c8cc3ccfc 100644
--- a/package/mpdecimal/mpdecimal.mk
+++ b/package/mpdecimal/mpdecimal.mk
@@ -4,12 +4,8 @@
#
################################################################################
-# Official site currently down
-# MPDECIMAL_SITE = http://www.bytereef.org/software/mpdecimal/releases
-
-MPDECIMAL_SITE = https://launchpad.net/ubuntu/+archive/primary/+files
+MPDECIMAL_SITE = http://www.bytereef.org/software/mpdecimal/releases
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
OpenPOWER on IntegriCloud