summaryrefslogtreecommitdiff
path: root/packages/efl/evas.inc
diff options
context:
space:
mode:
authorJohn Bowler <jbowler@nslu2-linux.org>2006-01-21 00:22:57 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-01-21 00:22:57 +0000
commit3fc4e7483657130b7c4fbc596bcfe0572d60b877 (patch)
treea3e35d41611dbfa41b58c05a90b938132c8d0a7a /packages/efl/evas.inc
parent0c751c19a7e2899fb7e5ef19a05fda53b91fb899 (diff)
parent72a69325e8f9989ad0efc7b42f232e2f7baa6e6b (diff)
merge of 8ae00e8423679ec41790b01db397b47b07473927
and 90cfec2b058d549c4919f09e6d58e09c7dabca84
Diffstat (limited to 'packages/efl/evas.inc')
-rw-r--r--packages/efl/evas.inc12
1 files changed, 8 insertions, 4 deletions
diff --git a/packages/efl/evas.inc b/packages/efl/evas.inc
index 14d5cd3e32..3f25fd5767 100644
--- a/packages/efl/evas.inc
+++ b/packages/efl/evas.inc
@@ -13,17 +13,20 @@ export FREETYPE_CONFIG = "${STAGING_BINDIR}/freetype-config${@binconfig_suffix(
SRC_URI = "http://enlightenment.freedesktop.org/files/evas-${PV}.tar.gz \
file://fix-configure.patch;patch=1 \
- cvs://anonymous@cvs.sourceforge.net/cvsroot/enlightenment;module=e17/libs/evas/m4;date=20050926"
+ cvs://anonymous@thinktux.net/root;module=e17/libs/evas/m4;date=20050926"
S = "${WORKDIR}/evas-${PV}"
FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/evas"
EXTRA_OECONF = "<override me>"
+
do_configure_prepend() {
- install -d "${S}/m4"
- install "${WORKDIR}/m4/"*.m4 "${S}/m4"
- aclocal -I m4
+ if [ -e "${WORKDIR}/m4" ]; then
+ install -d "${S}/m4"
+ install "${WORKDIR}/m4/"*.m4 "${S}/m4"
+ aclocal -I m4
+ fi
}
do_configure () {
@@ -32,6 +35,7 @@ do_configure () {
#find ${S} -name Makefile | xargs sed -i 's:--tag=CC:-lfreetype --tag=CC:'
}
+
headers = "<override me>"
libraries = "libevas"