emotion: update to newer version, remove sed line which caused compile problems
authorJustin Patrin <papercrane@gmail.com>
Thu, 16 Nov 2006 23:24:35 +0000 (23:24 +0000)
committerJustin Patrin <papercrane@gmail.com>
Thu, 16 Nov 2006 23:24:35 +0000 (23:24 +0000)
packages/efl/emotion_20061116.bb [moved from packages/efl/emotion_20060501.bb with 85% similarity]

similarity index 85%
rename from packages/efl/emotion_20060501.bb
rename to packages/efl/emotion_20061116.bb
index c6a0b7b..e10d0ed 100644 (file)
@@ -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