summaryrefslogtreecommitdiff
path: root/packages/efl/esmart-x11_20060128.bb
diff options
context:
space:
mode:
authorJustin Patrin <papercrane@gmail.com>2006-04-17 17:30:10 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-04-17 17:30:10 +0000
commit763fc4bd4ffd86aae4fe1318f2144af52cbb8e46 (patch)
tree49102a4191aec1f4b689616f245d64667bf946b7 /packages/efl/esmart-x11_20060128.bb
parent7e88558f381418bda78375f4c88151954107dc77 (diff)
efl, e17: Remove CVS bbfiles for any package which has numbered releases
Diffstat (limited to 'packages/efl/esmart-x11_20060128.bb')
-rw-r--r--packages/efl/esmart-x11_20060128.bb28
1 files changed, 0 insertions, 28 deletions
diff --git a/packages/efl/esmart-x11_20060128.bb b/packages/efl/esmart-x11_20060128.bb
deleted file mode 100644
index 076f4bf22f..0000000000
--- a/packages/efl/esmart-x11_20060128.bb
+++ /dev/null
@@ -1,28 +0,0 @@
-include esmart.inc
-PR = "r2"
-
-SRC_URI = "${E_CVS};module=e17/libs/esmart;date=${PV}"
-SRC_URI += "file://ecore-fix.patch;patch=1 \
- file://include-stdio.patch;patch=1 \
- file://compile-fix.patch;patch=1"
-S = "${WORKDIR}/esmart"
-
-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_textarea/Esmart_Textarea.h \
- esmart_thumb/Esmart_Thumb.h \
- esmart_trans_x11/Esmart_Trans_X11.h"
-
-mylibraries = "esmart_container \
- esmart_draggies \
- esmart_file_dialog \
- esmart_text_entry \
- 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