aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/flac
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2009-11-24 14:22:36 +0100
committerKoen Kooi <koen@openembedded.org>2009-11-24 14:22:36 +0100
commit7fc072b20126eda59d678e9240b9f7aef1162a96 (patch)
tree4d1f3fe67d71d4c25fb5be1bf6d0abc82170579a /recipes/flac
parenta096adb7a6064974fcb89b7609a55241a79a3ed8 (diff)
downloadopenembedded-7fc072b20126eda59d678e9240b9f7aef1162a96.tar.gz
flac 1.1.2: fix for new style staging
Diffstat (limited to 'recipes/flac')
-rw-r--r--recipes/flac/flac_1.1.2.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/flac/flac_1.1.2.bb b/recipes/flac/flac_1.1.2.bb
index 70d30c98d7..eb328b9b91 100644
--- a/recipes/flac/flac_1.1.2.bb
+++ b/recipes/flac/flac_1.1.2.bb
@@ -10,6 +10,6 @@ do_configure_append () {
sed -i 's/-Wl,-read_only_relocs,warning//g' src/libFLAC/Makefile
}
-do_stage_append () {
+do_stage () {
install -m 0644 ${S}/include/FLAC/callback.h ${STAGING_INCDIR}/FLAC/callback.h
}