git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b2d4aa5
)
Remove unnecessary inherit of pkgconfig in ecore.
author
Chris Larson
<clarson@kergoth.com>
Thu, 27 May 2004 07:10:16 +0000
(07:10 +0000)
committer
Chris Larson
<clarson@kergoth.com>
Thu, 27 May 2004 07:10:16 +0000
(07:10 +0000)
BKrev: 40b59458rsnW6hMyPeoEw_o2uySZZQ
ecore/ecore_cvs.oe
patch
|
blob
|
history
diff --git
a/ecore/ecore_cvs.oe
b/ecore/ecore_cvs.oe
index
d14bff9
..
ce1072d
100644
(file)
--- a/
ecore/ecore_cvs.oe
+++ b/
ecore/ecore_cvs.oe
@@
-10,7
+10,7
@@
DEPENDS = "edb eet evas freetype edb-native"
SRC_URI = "cvs://anonymous@cvs.sourceforge.net/cvsroot/enlightenment;module=e17/libs/ecore;date=${CVSDATE}"
S = "${WORKDIR}/ecore"
-inherit autotools
pkgconfig
+inherit autotools
export EDB_CONFIG = "${STAGING_BINDIR}/edb-config"
export EET_CONFIG = "${STAGING_BINDIR}/eet-config"