diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-10-22 19:26:07 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-10-22 19:26:07 +0000 |
commit | e3ef36ad6e2826c9ffe9631c4c82a68689715659 (patch) | |
tree | 0f089d2872b3329c3b8e8b5f24e157b26d2e680b /ecore | |
parent | 65aa958bb0738d86200e4823fa25f91ed5656e57 (diff) |
Merge bk://openembedded@openembedded.bkbits.net/packages
into r2d2.tm.informatik.uni-frankfurt.de:/local/pkg/oe/packages
2004/10/22 17:13:29+02:00 uni-frankfurt.de!mickeyl
fix ecore without X11
BKrev: 41795ecfOx5uY32Neo4B8ZnE0UO8xg
Diffstat (limited to 'ecore')
-rw-r--r-- | ecore/ecore/no-x-test.patch | 0 | ||||
-rw-r--r-- | ecore/ecore_cvs.oe | 5 |
2 files changed, 3 insertions, 2 deletions
diff --git a/ecore/ecore/no-x-test.patch b/ecore/ecore/no-x-test.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/ecore/ecore/no-x-test.patch diff --git a/ecore/ecore_cvs.oe b/ecore/ecore_cvs.oe index fd943acb9d..a1df37d1c9 100644 --- a/ecore/ecore_cvs.oe +++ b/ecore/ecore_cvs.oe @@ -7,9 +7,10 @@ PRIORITY = "optional" LEAD_SONAME = "libecore.so" PV = "${CVSDATE}" DEPENDS = "edb eet evas freetype edb-native" -PR = "r2" +PR = "r3" -SRC_URI = "cvs://anonymous@cvs.sourceforge.net/cvsroot/enlightenment;module=e17/libs/ecore" +SRC_URI = "cvs://anonymous@cvs.sourceforge.net/cvsroot/enlightenment;module=e17/libs/ecore \ + file://no-x-test.patch;patch=1" S = "${WORKDIR}/ecore" inherit autotools binconfig |