diff options
| author | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2008-09-15 22:02:27 +0000 |
|---|---|---|
| committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2008-09-15 22:02:27 +0000 |
| commit | 8ba68cd0307c3029df332f01116e2e9b1b06a759 (patch) | |
| tree | 048b472c2ce493ba730236975cb1f58dc165c348 /classes | |
| parent | 8bb41cfd20e23a14de107403d4025b5cdf1059d0 (diff) | |
| parent | cce3131711bb535dc04dc47466dc4cb97ab0489a (diff) | |
merge of '3c71db502f1f99ac9b5d9e0ab928273904283f4f'
and 'c2ccffcf8a360685e566eab3f870529066019228'
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" |
