diff options
Diffstat (limited to 'packages')
-rw-r--r-- | packages/efl/emotion_20061116.bb (renamed from packages/efl/emotion_20060501.bb) | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/packages/efl/emotion_20060501.bb b/packages/efl/emotion_20061116.bb index c6a0b7b8e0..e10d0ededf 100644 --- a/packages/efl/emotion_20060501.bb +++ b/packages/efl/emotion_20061116.bb @@ -4,7 +4,7 @@ DEPENDS = "eet virtual/evas edje virtual/ecore embryo virtual/libxine" #RPROVIDES += "emotion-themes emotion-plugins" RDEPENDS += "emotion-themes emotion-plugins" -PR = "r2" +PR = "r0" #FIXME: Needs patch not to build the examples when building against ecore-fb, because the examples depend on ecore-x11 @@ -15,7 +15,3 @@ S = "${WORKDIR}/emotion" PACKAGES += "emotion-plugins" FILES_emotion-plugins = "${libdir}/xine/plugins/1.1.0/*.so ${libdir}/emotion/*.so" - -do_compile_prepend() { - find ${S} -type f -name "*.[ch]" | xargs sed -i 's:NULL:0:g' -}
\ No newline at end of file |