[oe-commits] org.oe.dev emotion: update to newer version, remove sed line which caused compile problems

justinp commit openembedded-commits at lists.openembedded.org
Thu Nov 16 23:28:42 UTC 2006


emotion: update to newer version, remove sed line which caused compile problems

Author: justinp at openembedded.org
Branch: org.openembedded.dev
Revision: d843059235f472ce11d08dbb0b2d70c8f9de243b
ViewMTN: http://monotone.openembedded.org/revision.psp?id=d843059235f472ce11d08dbb0b2d70c8f9de243b
Files:
1
packages/efl/emotion_20060501.bb
packages/efl/emotion_20061116.bb
Diffs:

#
# mt diff -ree7d49102e3db346bb472c09eff9045bcbfe759e -rd843059235f472ce11d08dbb0b2d70c8f9de243b
#
# 
# 
# rename "packages/efl/emotion_20060501.bb"
#     to "packages/efl/emotion_20061116.bb"
# 
# patch "packages/efl/emotion_20061116.bb"
#  from [767d012770a2beaeed6abffcd703ba0ee6ed6c3c]
#    to [4eb643e74d2ebf42d662cee0ba6f5b420c274849]
# 
============================================================
--- packages/efl/emotion_20060501.bb	767d012770a2beaeed6abffcd703ba0ee6ed6c3c
+++ packages/efl/emotion_20061116.bb	4eb643e74d2ebf42d662cee0ba6f5b420c274849
@@ -1,10 +1,10 @@ RDEPENDS += "emotion-themes emotion-plug
 DESCRIPTION = "Emotion is a multimedia library based on libxine"
 LICENSE = "MIT"
 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 @@ FILES_emotion-plugins = "${libdir}/xine/
 
 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'
-}






More information about the Openembedded-commits mailing list