]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
prboom, oprofile: Add explicit <foo>_SITE statements
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 28 Aug 2012 23:02:26 +0000 (01:02 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 28 Aug 2012 23:02:26 +0000 (01:02 +0200)
The default <foo>_SITE value that pkg-generic sets when the .mk file
doesn't declare it is using BR2_SOURCEFORGE_MIRROR and therefore isn't
consistent with the usage of downloads.sourceforge.net we have
generalized for all drivers.

Since the downloads.sourceforge.net URLs are inherently specific to
each package, we can no longer provide a default in pkg-generic.mk,
and therefore each package *must* declare its own <foo>_SITE value.

This patch fixes the only two packages that were lacking a <foo>_SITE
value.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/games/prboom/prboom.mk
package/oprofile/oprofile.mk

index 4dbfd1d2dca0d7391538f0f87e769c9c6922bc66..1f5c3ddc6d26ba30fff4c55a4035c1b69a7c792c 100644 (file)
@@ -4,6 +4,7 @@
 #
 #############################################################
 PRBOOM_VERSION = 2.5.0
+PRBOOM_SITE = http://downloads.sourceforge.net/project/prboom/prboom%20stable/$(PRBOOM_VERSION)
 PRBOOM_CONF_ENV = ac_cv_type_uid_t=yes
 PRBOOM_DEPENDENCIES = sdl sdl_net sdl_mixer
 
index 256ae9b135b61592fe90b83806cf1ebcb670b556..54c46dd3a7ceff1ba8aea5ffd72e11dd6e414063 100644 (file)
@@ -5,6 +5,7 @@
 #############################################################
 
 OPROFILE_VERSION = 0.9.7
+OPROFILE_SITE = http://downloads.sourceforge.net/project/oprofile/oprofile/oprofile-$(OPROFILE_VERSION)
 OPROFILE_CONF_OPT = --localstatedir=/var --with-kernel-support
 OPROFILE_BINARIES = utils/ophelp pp/opannotate pp/oparchive pp/opgprof
 OPROFILE_BINARIES += pp/opreport opjitconv/opjitconv daemon/oprofiled