diff options
Diffstat (limited to 'meta-oe/recipes-multimedia/libass/libass.inc')
-rw-r--r-- | meta-oe/recipes-multimedia/libass/libass.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-oe/recipes-multimedia/libass/libass.inc b/meta-oe/recipes-multimedia/libass/libass.inc index fbf4424b03..f398d4952e 100644 --- a/meta-oe/recipes-multimedia/libass/libass.inc +++ b/meta-oe/recipes-multimedia/libass/libass.inc | |||
@@ -3,12 +3,13 @@ HOMEPAGE = "http://code.google.com/p/libass/" | |||
3 | SECTION = "libs/multimedia" | 3 | SECTION = "libs/multimedia" |
4 | 4 | ||
5 | LICENSE = "ISC" | 5 | LICENSE = "ISC" |
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=8ae98663bac55afe5d989919d296f28a" | ||
6 | 7 | ||
7 | DEPENDS = "enca fontconfig freetype libpng" | 8 | DEPENDS = "enca fontconfig freetype libpng" |
8 | 9 | ||
9 | INC_PR = "r1" | 10 | INC_PR = "r1" |
10 | 11 | ||
11 | SRC_URI = "http://${PN}.googlecode.com/files/${P}.tar.bz2" | 12 | SRC_URI = "http://${PN}.googlecode.com/files/${P}.tar.gz" |
12 | 13 | ||
13 | inherit autotools pkgconfig | 14 | inherit autotools pkgconfig |
14 | 15 | ||