[oe-commits] Angus Ainslie : Add enia library paths

GIT User account git at amethyst.openembedded.net
Thu Mar 26 10:45:15 UTC 2009


Module: openembedded.git
Branch: jan/master
Commit: 6eefb9570c8196d0ccd13e0d5da81790e80b0a88
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=6eefb9570c8196d0ccd13e0d5da81790e80b0a88

Author: Angus Ainslie <nytowl at openmoko.org>
Date:   Wed Mar 18 22:06:50 2009 -0600

Add enia library paths

---

 recipes/efl1/edje-sdk_svn.bb |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/recipes/efl1/edje-sdk_svn.bb b/recipes/efl1/edje-sdk_svn.bb
index 2bd75a0..59ce355 100644
--- a/recipes/efl1/edje-sdk_svn.bb
+++ b/recipes/efl1/edje-sdk_svn.bb
@@ -7,3 +7,6 @@ SRCNAME = "${@bb.data.getVar('PN', d, 1).replace('-sdk', '')}"
 DEPENDS = "evas-native ecore-native eet-native embryo-native"
 S = "${WORKDIR}/edje"
 
+HOST_STAGING_NAME = "${@bb.data.getVar('STAGING_DIR_HOST', d, 1).replace('-sdk', '')}"
+
+CPPFLAGS += "-isystem${HOST_STAGING_NAME}/usr/include/eina-0 -isystem${HOST_STAGING_NAME}/usr/include/eina-0/eina"





More information about the Openembedded-commits mailing list