diff options
| author | Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> | 2019-09-12 23:49:22 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2019-09-13 07:00:12 -0700 |
| commit | f15e4c2e1fd70e36258cd7c33a5b813125d734d9 (patch) | |
| tree | 037b46a3115bc13b3dce79cb50484ed6c3fcb876 | |
| parent | 7d5a99f3f34281355499e4ee3d7a74dc7aa75ebf (diff) | |
| download | meta-openembedded-f15e4c2e1fd70e36258cd7c33a5b813125d734d9.tar.gz | |
libmodplug: update to 0.8.9.0
Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-oe/recipes-multimedia/libmodplug/libmodplug_0.8.9.0.bb (renamed from meta-oe/recipes-multimedia/libmodplug/libmodplug_0.8.8.5.bb) | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/meta-oe/recipes-multimedia/libmodplug/libmodplug_0.8.8.5.bb b/meta-oe/recipes-multimedia/libmodplug/libmodplug_0.8.9.0.bb index 1070246c86..398daae087 100644 --- a/meta-oe/recipes-multimedia/libmodplug/libmodplug_0.8.8.5.bb +++ b/meta-oe/recipes-multimedia/libmodplug/libmodplug_0.8.9.0.bb | |||
| @@ -5,8 +5,8 @@ LICENSE = "PD" | |||
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=c9182faa1f7c316f7b97d404bcbe3685" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=c9182faa1f7c316f7b97d404bcbe3685" |
| 6 | 6 | ||
| 7 | SRC_URI = "${SOURCEFORGE_MIRROR}/modplug-xmms/libmodplug-${PV}.tar.gz" | 7 | SRC_URI = "${SOURCEFORGE_MIRROR}/modplug-xmms/libmodplug-${PV}.tar.gz" |
| 8 | SRC_URI[md5sum] = "5f30241db109d647781b784e62ddfaa1" | 8 | SRC_URI[md5sum] = "5ba16981e6515975e9a68a58d5ba69d1" |
| 9 | SRC_URI[sha256sum] = "77462d12ee99476c8645cb5511363e3906b88b33a6b54362b4dbc0f39aa2daad" | 9 | SRC_URI[sha256sum] = "457ca5a6c179656d66c01505c0d95fafaead4329b9dbaa0f997d00a3508ad9de" |
| 10 | 10 | ||
| 11 | inherit autotools pkgconfig | 11 | inherit autotools pkgconfig |
| 12 | 12 | ||
| @@ -18,4 +18,3 @@ do_install_append() { | |||
| 18 | install -m 0644 ${S}/src/modplug.h ${D}${includedir}/libmodplug | 18 | install -m 0644 ${S}/src/modplug.h ${D}${includedir}/libmodplug |
| 19 | install -m 0644 ${S}/src/modplug.h ${D}${includedir}/ | 19 | install -m 0644 ${S}/src/modplug.h ${D}${includedir}/ |
| 20 | } | 20 | } |
| 21 | |||
