[oe-commits] Koen Kooi : flac 1.1.2: fix for new style staging

git version control git at git.openembedded.org
Tue Nov 24 15:26:45 UTC 2009


Module: openembedded.git
Branch: shr/merge
Commit: 7fc072b20126eda59d678e9240b9f7aef1162a96
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=7fc072b20126eda59d678e9240b9f7aef1162a96

Author: Koen Kooi <koen at openembedded.org>
Date:   Tue Nov 24 14:22:36 2009 +0100

flac 1.1.2: fix for new style staging

---

 recipes/flac/flac_1.1.2.bb |    2 +-
 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 70d30c9..eb328b9 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
 }





More information about the Openembedded-commits mailing list