summaryrefslogtreecommitdiffstats
path: root/package/oprofile
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2012-08-29 01:02:26 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2012-08-29 01:02:26 +0200
commitcd355e1125b5f3cbc0884c975f9972431639bfdb (patch)
tree4bca7dfbd80e2f0eb5f542bf654238833d7d0c06 /package/oprofile
parent23ef45ca1ee8e9d6535fe4484b387c831a450c02 (diff)
downloadbuildroot-novena-cd355e1125b5f3cbc0884c975f9972431639bfdb.tar.gz
buildroot-novena-cd355e1125b5f3cbc0884c975f9972431639bfdb.zip
prboom, oprofile: Add explicit <foo>_SITE statements
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>
Diffstat (limited to 'package/oprofile')
-rw-r--r--package/oprofile/oprofile.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/oprofile/oprofile.mk b/package/oprofile/oprofile.mk
index 256ae9b13..54c46dd3a 100644
--- a/package/oprofile/oprofile.mk
+++ b/package/oprofile/oprofile.mk
@@ -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