diff options
Diffstat (limited to 'packages/efl1/epsilon_cvs.bb')
-rw-r--r-- | packages/efl1/epsilon_cvs.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/efl1/epsilon_cvs.bb b/packages/efl1/epsilon_cvs.bb index be2934dec8..8c71ef3e3d 100644 --- a/packages/efl1/epsilon_cvs.bb +++ b/packages/efl1/epsilon_cvs.bb @@ -1,9 +1,9 @@ DESCRIPTION = "Epsilon is a flexible and powerful image thumbnailing library \ that is compliant with the freedesktop.org Thumbnail Managing Standard." -LICENSE = "BSD" +LICENSE = "MIT BSD" # can also depend on xine for movie thumbnails DEPENDS = "imlib2 epeg libpng evas ecore edje perl-native" -PV = "0.3.0+cvs${SRCDATE}" +PV = "0.3.0.012+cvs${SRCDATE}" inherit efl_library |