summaryrefslogtreecommitdiff
path: root/packages/efl
diff options
context:
space:
mode:
authorJustin Patrin <papercrane@gmail.com>2006-11-16 23:24:35 +0000
committerJustin Patrin <papercrane@gmail.com>2006-11-16 23:24:35 +0000
commit6b49a31e04413e71eeef26e7b494fec8b13f35f5 (patch)
tree06ed36f46e7760669e1a7d640f9e4a95a6e96ee0 /packages/efl
parenta5c73badfa210a8a4e31229198633d1df2bb4de6 (diff)
emotion: update to newer version, remove sed line which caused compile problems
Diffstat (limited to 'packages/efl')
-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