summaryrefslogtreecommitdiff
path: root/sys-kernel/libre-sources/libre-sources-2.6.30.ebuild
blob: 011d10162df4dc72d21a84a8fa8e14cd8782dec4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
K_SECURITY_UNSUPPORTED="1"
ETYPE="sources"
inherit kernel-2
detect_version

DESCRIPTION="Full sources for the BLOB free version of the Linux kernel"
HOMEPAGE="http://www.fsfla.org/svnwiki/selibre/linux-libre/"
SRC_URI="http://www.linux-libre.fsfla.org/pub/linux-libre/releases/${PV}-libre/linux-${PV}-libre.tar.bz2"

KEYWORDS="~amd64 x86"

src_unpack() {
	# kernel revision patches included in tarball
	UNIPATCH_LIST_DEFAULT=""

	# universal_unpack expects a different kernel tarball name
	ln -sf ${WORKDIR}/linux-${KV_FULL}.tar.bz2 ${WORKDIR}/linux-${OKV}.tar.bz2

	kernel-2_src_unpack
}