[oe-commits] Otavio Salvador : xfce-mcs-manager.inc: fix . pc file to not have tmpdir on includedir field

GIT User account git at amethyst.openembedded.net
Fri Oct 17 17:11:38 UTC 2008


Module: openembedded.git
Branch: org.openembedded.dev
Commit: ff3ecd7691c5eaca89fe1cea624e317840992e5a
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=ff3ecd7691c5eaca89fe1cea624e317840992e5a

Author: Otavio Salvador <otavio at ossystems.com.br>
Date:   Mon May 12 17:59:41 2008 -0300

xfce-mcs-manager.inc: fix .pc file to not have tmpdir on includedir field

The includedir field was left with full path and this made the package
to fail in sanity checks. This patch changes it to point to
/usr/include as all other package does.

---

 packages/xfce/xfce-mcs-manager.inc |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/packages/xfce/xfce-mcs-manager.inc b/packages/xfce/xfce-mcs-manager.inc
index de12b14..8ad747b 100644
--- a/packages/xfce/xfce-mcs-manager.inc
+++ b/packages/xfce/xfce-mcs-manager.inc
@@ -14,3 +14,7 @@ do_stage() {
 }
 
 
+do_stage_append () {
+	install -d ${PKG_CONFIG_DIR}
+	sed -e 's:^includedir=.*:includedir="/usr/include":;' ${S}/xfce-mcs-manager/xfce-mcs-manager.pc >${PKG_CONFIG_DIR}/xfce-mcs-manager.pc
+}





More information about the Openembedded-commits mailing list