diff options
Diffstat (limited to 'packages/efl/esmart-x11_0.9.0.004.bb')
-rw-r--r-- | packages/efl/esmart-x11_0.9.0.004.bb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/packages/efl/esmart-x11_0.9.0.004.bb b/packages/efl/esmart-x11_0.9.0.004.bb index a7c9f97584..7c6737dd55 100644 --- a/packages/efl/esmart-x11_0.9.0.004.bb +++ b/packages/efl/esmart-x11_0.9.0.004.bb @@ -1,6 +1,9 @@ include esmart.inc PR = "r2" +SRC_URI += "file://ecore-fix.patch;patch=1 \ + file://include-stdio.patch;patch=1" + myheaders = "esmart_container/Esmart_Container.h \ esmart_draggies/Esmart_Draggies.h \ esmart_file_dialog/Esmart_File_Dialog.h \ @@ -16,3 +19,7 @@ mylibraries = "esmart_container \ esmart_textarea \ esmart_thumb \ esmart_trans_x11" + +do_compile_prepend() { + find ${S} -type f -name "*.[ch]" | xargs sed -i 's:NULL:0:g' +}
\ No newline at end of file |