[oe-commits] org.oe.oz354x emotion: remove sed line causing build problems

justinp commit openembedded-commits at lists.openembedded.org
Fri Nov 17 08:54:45 UTC 2006


emotion: remove sed line causing build problems

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

#
# mt diff -rfbab6d9b45f4f22fef2b0147b3c09462aea81f54 -rf35709c1bcdeaffcc749e4c5d9594ec685c3fe4a
#
# 
# 
# rename "packages/efl/emotion_20060501.bb"
#     to "packages/efl/emotion_20060201.bb"
# 
# patch "packages/efl/emotion_20060201.bb"
#  from [89fc5b336de5881fb9effeb1d9df0a1695a19b6f]
#    to [4dd373863cbb9de0b93697f3a9902e4adc9de342]
# 
============================================================
--- packages/efl/emotion_20060501.bb	89fc5b336de5881fb9effeb1d9df0a1695a19b6f
+++ packages/efl/emotion_20060201.bb	4dd373863cbb9de0b93697f3a9902e4adc9de342
@@ -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 = "r3"
 
 #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