9ae23e3911
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
19 lines
542 B
Makefile
19 lines
542 B
Makefile
#############################################################
|
|
#
|
|
# jpeg (libraries needed by some apps)
|
|
#
|
|
#############################################################
|
|
JPEG_VERSION = 8d
|
|
JPEG_SITE = http://www.ijg.org/files/
|
|
JPEG_SOURCE = jpegsrc.v$(JPEG_VERSION).tar.gz
|
|
JPEG_INSTALL_STAGING = YES
|
|
|
|
define JPEG_REMOVE_USELESS_TOOLS
|
|
rm -f $(addprefix $(TARGET_DIR)/usr/bin/,cjpeg djpeg jpegtrans rdjpgcom wrjpgcom)
|
|
endef
|
|
|
|
JPEG_POST_INSTALL_TARGET_HOOKS += JPEG_REMOVE_USELESS_TOOLS
|
|
|
|
$(eval $(call AUTOTARGETS))
|
|
$(eval $(call AUTOTARGETS,host))
|