]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commit
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)
commitcd355e1125b5f3cbc0884c975f9972431639bfdb
tree4bca7dfbd80e2f0eb5f542bf654238833d7d0c06
parent23ef45ca1ee8e9d6535fe4484b387c831a450c02
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>
package/games/prboom/prboom.mk
package/oprofile/oprofile.mk