diff options
Diffstat (limited to 'packages/efl1/ecore.inc')
-rw-r--r-- | packages/efl1/ecore.inc | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/packages/efl1/ecore.inc b/packages/efl1/ecore.inc index 9e1bc18f5c..86c87214cf 100644 --- a/packages/efl1/ecore.inc +++ b/packages/efl1/ecore.inc @@ -5,14 +5,13 @@ LICENSE = "MIT" DEPENDS = "curl directfb eet evas tslib" # optional # DEPENDS += "openssl virtual/libiconv" -PV = "0.9.9+cvs${SRCDATE}" +PV = "0.9.9.041+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" |