diff options
author | Philipp Zabel <philipp.zabel@gmail.com> | 2007-08-20 17:55:36 +0000 |
---|---|---|
committer | Philipp Zabel <philipp.zabel@gmail.com> | 2007-08-20 17:55:36 +0000 |
commit | de542fe9877144b7e0bd5226e0a3841887ce6c89 (patch) | |
tree | afe1514f88cbd3e8f5fa4f5a7432658cbfa14465 /packages/efl1/ecore.inc | |
parent | 4f73b29c2b66b6d55caf55eccd59caa766086fa4 (diff) | |
parent | 79acea313ac47165c6b3c55224484c4420e06720 (diff) |
merge of '93974111864d318a6e96f9646847c5a9647aa819'
and 'f7fb409ce8abfb0a3e4ef36fe058a6fbb429a7b6'
Diffstat (limited to 'packages/efl1/ecore.inc')
-rw-r--r-- | packages/efl1/ecore.inc | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/packages/efl1/ecore.inc b/packages/efl1/ecore.inc index 9e1bc18f5c..42b4ccb7a2 100644 --- a/packages/efl1/ecore.inc +++ b/packages/efl1/ecore.inc @@ -9,10 +9,9 @@ PV = "0.9.9+cvs${SRCDATE}" inherit efl_library -SRC_URI += "\ +SRC_URI += "file://configure.patch;patch=1 \ file://fix-tslib-configure.patch;patch=1 \ - file://fix-directfb-include.patch;patch=1 \ -" + file://fix-directfb-include.patch;patch=1" FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/ecore" |