diff options
author | Koen Kooi <koen@openembedded.org> | 2006-11-16 23:31:39 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2006-11-16 23:31:39 +0000 |
commit | 21f108d8a57a33a9e3742aecfac549994f868845 (patch) | |
tree | 6f492047ac5aee4364b5023900b61d3ebea29ae6 /packages | |
parent | eabe2d63dc4635ca43903557db35e5bd065d55e6 (diff) | |
parent | 6b49a31e04413e71eeef26e7b494fec8b13f35f5 (diff) |
merge of '61f51adb910c35364a495ee3a926fea53aad7b57'
and 'd843059235f472ce11d08dbb0b2d70c8f9de243b'
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 |