diff options
author | Michael Lauer <mickey@vanille-media.de> | 2007-08-20 17:28:39 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2007-08-20 17:28:39 +0000 |
commit | 2decb4559a8d343ef03cf160bf7393ba956bb9e1 (patch) | |
tree | 0b8cea5fc6515d81109693f6b96defde437a9ed4 /packages/efl1/ecore.inc | |
parent | a2bded6ad1c199dfeef28e27407b7f3ec750db35 (diff) |
evas/ecore: reinstantiate configure patches - without them EFL picks up wrong CFLAGS/LIBS
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" |