Lines 23-33
Link Here
|
23 |
|
23 |
|
24 |
CONFIG_CHECK="~PROC_EVENTS ~TASKSTATS ~TASK_DELAY_ACCT ~TMPFS" |
24 |
CONFIG_CHECK="~PROC_EVENTS ~TASKSTATS ~TASK_DELAY_ACCT ~TMPFS" |
25 |
|
25 |
|
26 |
PATCHES=( |
|
|
27 |
"${FILESDIR}"/${PN}-0.14.7-sysmacros.patch # bug 579922 |
28 |
"${FILESDIR}"/${P}-no-compressed-man.patch |
29 |
) |
30 |
|
31 |
src_prepare() { |
26 |
src_prepare() { |
32 |
default |
27 |
default |
33 |
tc-export CC |
28 |
tc-export CC |
Lines 49-54
Link Here
|
49 |
keepdir /lib/bootchart/tmpfs |
44 |
keepdir /lib/bootchart/tmpfs |
50 |
|
45 |
|
51 |
newinitd "${FILESDIR}"/${PN}.init ${PN} |
46 |
newinitd "${FILESDIR}"/${PN}.init ${PN} |
|
|
47 |
emake DESTDIR="${D}" py-install-compile |
52 |
} |
48 |
} |
53 |
|
49 |
|
54 |
pkg_postinst() { |
50 |
pkg_postinst() { |