diff options
author | Tim Orling <TicoTimo@gmail.com> | 2014-05-27 08:12:14 -0700 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-06-10 12:25:41 +0200 |
commit | 033964b269f448b2f330ef48e51dfa5611f1a650 (patch) | |
tree | d3611d8a7c1435ce4079410d8178e86cd906843c /meta-oe | |
parent | a2cd67f9d49c1bc1ddfae8fa4fe91418569ddd2a (diff) | |
download | meta-openembedded-033964b269f448b2f330ef48e51dfa5611f1a650.tar.gz |
libmikmod: update to 3.3.6
* URI for 3.3.3 broken
* COPYING.LESSER License regressed address for FSF:
5c5
< 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r-- | meta-oe/recipes-multimedia/mikmod/libmikmod_3.3.6.bb (renamed from meta-oe/recipes-multimedia/mikmod/libmikmod_3.3.3.bb) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-oe/recipes-multimedia/mikmod/libmikmod_3.3.3.bb b/meta-oe/recipes-multimedia/mikmod/libmikmod_3.3.6.bb index 6a3077f90..be06efc2b 100644 --- a/meta-oe/recipes-multimedia/mikmod/libmikmod_3.3.3.bb +++ b/meta-oe/recipes-multimedia/mikmod/libmikmod_3.3.6.bb | |||
@@ -1,15 +1,15 @@ | |||
1 | DESCRIPTION = "libmikmod is a module player library supporting many formats, including mod, s3m, it, and xm." | 1 | DESCRIPTION = "libmikmod is a module player library supporting many formats, including mod, s3m, it, and xm." |
2 | SECTION = "libs" | 2 | SECTION = "libs" |
3 | LICENSE = "LGPLv2.1" | 3 | LICENSE = "LGPLv2.1" |
4 | LIC_FILES_CHKSUM = "file://COPYING.LESSER;md5=b2b941d484c442e5c031a51463d8e11b" | 4 | LIC_FILES_CHKSUM = "file://COPYING.LESSER;md5=4fbd65380cdd255951079008b364516c" |
5 | 5 | ||
6 | DEPENDS = "alsa-lib texinfo" | 6 | DEPENDS = "alsa-lib texinfo" |
7 | 7 | ||
8 | SRC_URI = "\ | 8 | SRC_URI = "\ |
9 | ${SOURCEFORGE_MIRROR}/project/mikmod/${BPN}/${PV}/${BPN}-${PV}.tar.gz \ | 9 | ${SOURCEFORGE_MIRROR}/project/mikmod/${BPN}/${PV}/${BPN}-${PV}.tar.gz \ |
10 | " | 10 | " |
11 | SRC_URI[md5sum] = "0e0f9bce8f8e598ca292b41e0ae385c8" | 11 | SRC_URI[md5sum] = "9dd9bed30c6f7607a55480234606071b" |
12 | SRC_URI[sha256sum] = "79f02478c5abd8b2af73df4cc5f9d52625aa044327c01563168e270cf79b2437" | 12 | SRC_URI[sha256sum] = "3f363e03f7b1db75b9b6602841bbd440ed275a548e53545f980df8155de4d330" |
13 | 13 | ||
14 | inherit autotools binconfig lib_package | 14 | inherit autotools binconfig lib_package |
15 | 15 | ||