aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/libsdl/libsdl-native_1.2.11.bb
blob: 86d3a452cf68d9e78610709f25de873131a21e23 (plain)
1
2
3
4
5
6
7
8
9
10
11
require ${PN}.inc
PR = "${INC_PR}.1"

SRC_URI_append = "\
	   file://acinclude.m4 \
	   file://kernel-asm-page.patch;patch=1 "

do_configure_prepend() {
	rm -f ${S}/acinclude.m4
	cp ${WORKDIR}/acinclude.m4 ${S}/
}