diff options
| author | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2008-09-14 22:45:50 +0000 |
|---|---|---|
| committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2008-09-14 22:45:50 +0000 |
| commit | 60d19c2a86d4535f10a33a35cedd9c381fb6f592 (patch) | |
| tree | dcb14971f7e68556d186cd2ce6c31fdc1c91ff5c /classes | |
| parent | 2d363fc768136bd0d6cdeb07aedb1d6715bdfab9 (diff) | |
| parent | d754a329cb5d4711db7a8cd5ac4e32b4d11016c3 (diff) | |
merge of '6880adb0bda3016728109ec284d7de4d080ab476'
and '73269b9ebb04f990b133f5ca5bca0225c4da0470'
Diffstat (limited to 'classes')
| -rw-r--r-- | classes/e.bbclass | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/classes/e.bbclass b/classes/e.bbclass index 14199aaf0d..7166e729b5 100644 --- a/classes/e.bbclass +++ b/classes/e.bbclass @@ -1,5 +1,7 @@ HOMEPAGE = "http://www.enlightenment.org" SECTION = "e/apps" +SRCNAME ?= "${PN}" + SRC_URI = "svn://svn.enlightenment.org/svn/e/trunk;module=${SRCNAME};proto=http" S = "${WORKDIR}/${SRCNAME}" @@ -10,6 +12,10 @@ do_prepsources () { } addtask prepsources after do_fetch before do_unpack +do_configure_append() { + find ${S} -name Makefile | xargs sed -i s:'-I$(includedir)':'-I.':g +} + export CURL_CONFIG = "${STAGING_BINDIR_CROSS}/curl-config" export FREETYPE_CONFIG = "${STAGING_BINDIR_CROSS}/freetype-config" |
