diff options
author | Michael Lauer <mickey@vanille-media.de> | 2008-03-20 18:35:47 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2008-03-20 18:35:47 +0000 |
commit | 143cde5e8283dd5e704ac9b14b76e1ee2ca2a2b3 (patch) | |
tree | 84b9f9c024c66d4e015b47eb44718672a6c48999 /packages/efl1/epsilon_cvs.bb | |
parent | 80ec30e4ffff6d24a80b7498c86d83df3d47d948 (diff) |
epsilon cvs add patch to fix alignment error through GNU extension syntax (by Aloisio Almeida)
Diffstat (limited to 'packages/efl1/epsilon_cvs.bb')
-rw-r--r-- | packages/efl1/epsilon_cvs.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/efl1/epsilon_cvs.bb b/packages/efl1/epsilon_cvs.bb index 8c71ef3e3d..4674e1913c 100644 --- a/packages/efl1/epsilon_cvs.bb +++ b/packages/efl1/epsilon_cvs.bb @@ -4,9 +4,12 @@ LICENSE = "MIT BSD" # can also depend on xine for movie thumbnails DEPENDS = "imlib2 epeg libpng evas ecore edje perl-native" PV = "0.3.0.012+cvs${SRCDATE}" +PR = "r1" inherit efl_library +SRC_URI += "file://fix_alignment_error.patch;patch=1" + # a gstreamer thumbnailer would be nice now that we have emotion using gstreamer as well EXTRA_OECONF = "--disable-xine" |