summaryrefslogtreecommitdiff
path: root/packages/nonworking/efl/esmart-x11_0.9.0.008.bb
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2008-02-28 16:35:43 +0000
committerMichael Lauer <mickey@vanille-media.de>2008-02-28 16:35:43 +0000
commitf8efb715c231cfc285f6bc8cbad4c1aa1c14037c (patch)
tree2e70ff99a5372fab8449aa5055385849154fd51e /packages/nonworking/efl/esmart-x11_0.9.0.008.bb
parent78a12152c9703cb104fdcfc89d75531a8e79ddaf (diff)
remove obsolete stuff from nonworking (e17, efl, xfree86)
Diffstat (limited to 'packages/nonworking/efl/esmart-x11_0.9.0.008.bb')
-rw-r--r--packages/nonworking/efl/esmart-x11_0.9.0.008.bb24
1 files changed, 0 insertions, 24 deletions
diff --git a/packages/nonworking/efl/esmart-x11_0.9.0.008.bb b/packages/nonworking/efl/esmart-x11_0.9.0.008.bb
deleted file mode 100644
index 7b80b581a1..0000000000
--- a/packages/nonworking/efl/esmart-x11_0.9.0.008.bb
+++ /dev/null
@@ -1,24 +0,0 @@
-require esmart.inc
-PR = "r2"
-
-SRC_URI += "file://include-stdio.patch;patch=1"
-
-myheaders = "esmart_container/Esmart_Container.h \
- esmart_draggies/Esmart_Draggies.h \
- esmart_file_dialog/Esmart_File_Dialog.h \
- esmart_text_entry/Esmart_Text_Entry.h \
- esmart_thumb/Esmart_Thumb.h \
- esmart_trans_x11/Esmart_Trans_X11.h"
-# esmart_textarea/Esmart_Textarea.h \
-
-mylibraries = "esmart_container \
- esmart_draggies \
- esmart_file_dialog \
- esmart_text_entry \
- esmart_thumb \
- esmart_trans_x11"
-# esmart_textarea \
-
-do_compile_prepend() {
- find ${S} -type f -name "*.[ch]" | xargs sed -i 's:NULL:0:g'
-} \ No newline at end of file