Remove unnecessary inherit of pkgconfig in ecore.
authorChris Larson <clarson@kergoth.com>
Thu, 27 May 2004 07:10:16 +0000 (07:10 +0000)
committerChris Larson <clarson@kergoth.com>
Thu, 27 May 2004 07:10:16 +0000 (07:10 +0000)
BKrev: 40b59458rsnW6hMyPeoEw_o2uySZZQ

ecore/ecore_cvs.oe

index d14bff9..ce1072d 100644 (file)
@@ -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"