summaryrefslogtreecommitdiffstats
path: root/recipes/flac/flac_1.1.2.bb
blob: eb328b9b91640a89b371be4c70a1e59961d8c245 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
require flac.inc

PR = "r7"

SRC_URI += "file://disable-xmms-plugin.patch;patch=1"

do_configure_append () {
	# removes '-read-only-relocs' which is enabled for PowerPC builds.
	# It makes the build fail, other archs are not affected. Fixes #1775.
	sed -i 's/-Wl,-read_only_relocs,warning//g' src/libFLAC/Makefile
}

do_stage () {
	install -m 0644 ${S}/include/FLAC/callback.h ${STAGING_INCDIR}/FLAC/callback.h
}