e1502ebc0c
Also remove the redundant $(call ...). This is a purely mechanical change, performed with find package linux toolchain boot -name \*.mk | \ xargs sed -i -e 's/$(eval $(call GENTARGETS))/$(eval $(generic-package))/' \ -e 's/$(eval $(call AUTOTARGETS))/$(eval $(autotools-package))/' \ -e 's/$(eval $(call CMAKETARGETS))/$(eval $(cmake-package))/' Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
15 lines
423 B
Makefile
15 lines
423 B
Makefile
#############################################################
|
|
#
|
|
# libid3tag
|
|
#
|
|
#############################################################
|
|
|
|
LIBID3TAG_VERSION:=0.15.1b
|
|
LIBID3TAG_SOURCE:=libid3tag-$(LIBID3TAG_VERSION).tar.gz
|
|
LIBID3TAG_SITE:=http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/sourceforge/mad
|
|
LIBID3TAG_INSTALL_STAGING=YES
|
|
LIBID3TAG_DEPENDENCIES=zlib
|
|
LIBID3TAG_LIBTOOL_PATCH=NO
|
|
|
|
$(eval $(autotools-package))
|