569db8b941
According to http://sourceforge.net/projects/libcue the project moved to github.com, all source tarballs were removed from Sourceforge. Adjust project and download URLs, update hash and remove 0001-_unused-fix.patch because there is no trace of "__unused" in the upstream tarball anymore, the patch fails to apply. Add autoreconf because the new upstream tarball does not contain a configure script, autoreconf also needs a tweak because it fails when config/ is not present. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 lines
139 B
Plaintext
8 lines
139 B
Plaintext
config BR2_PACKAGE_LIBCUE
|
|
bool "libcue"
|
|
select BR2_PACKAGE_FLEX
|
|
help
|
|
CUE Sheet Parser Library
|
|
|
|
https://github.com/lipnitsk/libcue
|