diff options
author | Hains van den Bosch <hainsvdbosch@ziggo.nl> | 2018-01-24 11:42:15 +0100 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2018-02-11 11:55:45 -0800 |
commit | 0277d703a1b1af659c1a04bf437d1e3ebab20648 (patch) | |
tree | bb6a980eb64da6a098de0d8062ef2b8cc70cbcda /meta-oe/recipes-multimedia/libcdio | |
parent | aef341b90ff734aaffb408c70d3103231fa36e03 (diff) | |
download | meta-openembedded-0277d703a1b1af659c1a04bf437d1e3ebab20648.tar.gz |
libcdio: update to version 2.0.0
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-oe/recipes-multimedia/libcdio')
-rw-r--r-- | meta-oe/recipes-multimedia/libcdio/libcdio_2.0.0.bb (renamed from meta-oe/recipes-multimedia/libcdio/libcdio_0.93.bb) | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/meta-oe/recipes-multimedia/libcdio/libcdio_0.93.bb b/meta-oe/recipes-multimedia/libcdio/libcdio_2.0.0.bb index 99e6a84bc..6bf64d663 100644 --- a/meta-oe/recipes-multimedia/libcdio/libcdio_0.93.bb +++ b/meta-oe/recipes-multimedia/libcdio/libcdio_2.0.0.bb | |||
@@ -5,8 +5,9 @@ LICENSE = "GPLv3+" | |||
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" |
6 | 6 | ||
7 | SRC_URI = "${GNU_MIRROR}/${BPN}/${BP}.tar.gz" | 7 | SRC_URI = "${GNU_MIRROR}/${BPN}/${BP}.tar.gz" |
8 | SRC_URI[md5sum] = "d154476feaac5a7b5f180e83eaf3d689" | 8 | |
9 | SRC_URI[sha256sum] = "4972cd22fd8d0e8bff922d35c7a645be0db0ab0e7b3dfaecc9cd8272429d6975" | 9 | SRC_URI[md5sum] = "0cb25905113b930e4539d2f4eb6574b0" |
10 | SRC_URI[sha256sum] = "1b481b5da009bea31db875805665974e2fc568e2b2afa516f4036733657cf958" | ||
10 | 11 | ||
11 | inherit autotools pkgconfig | 12 | inherit autotools pkgconfig |
12 | 13 | ||