Bump buidlroot version to 2018.02.6
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
LIBJPEG_VERSION = 9b
|
||||
LIBJPEG_SITE = http://www.ijg.org/files
|
||||
LIBJPEG_SOURCE = jpegsrc.v$(LIBJPEG_VERSION).tar.gz
|
||||
LIBJPEG_LICENSE = jpeg-license (BSD-3c-like)
|
||||
LIBJPEG_LICENSE = IJG
|
||||
LIBJPEG_LICENSE_FILES = README
|
||||
LIBJPEG_INSTALL_STAGING = YES
|
||||
LIBJPEG_PROVIDES = jpeg
|
||||
@@ -18,5 +18,14 @@ endef
|
||||
|
||||
LIBJPEG_POST_INSTALL_TARGET_HOOKS += LIBJPEG_REMOVE_USELESS_TOOLS
|
||||
|
||||
define LIBJPEG_INSTALL_STAGING_PC
|
||||
$(INSTALL) -D -m 0644 package/libjpeg/libjpeg.pc.in \
|
||||
$(STAGING_DIR)/usr/lib/pkgconfig/libjpeg.pc
|
||||
version=`sed -e '/^PACKAGE_VERSION/!d;s/PACKAGE_VERSION = \(.*\)/\1/' $(@D)/Makefile` ; \
|
||||
$(SED) "s/@PACKAGE_VERSION@/$${version}/" $(STAGING_DIR)/usr/lib/pkgconfig/libjpeg.pc
|
||||
endef
|
||||
|
||||
LIBJPEG_POST_INSTALL_STAGING_HOOKS += LIBJPEG_INSTALL_STAGING_PC
|
||||
|
||||
$(eval $(autotools-package))
|
||||
$(eval $(host-autotools-package))
|
||||
|
||||
10
bsp/buildroot/package/libjpeg/libjpeg.pc.in
Normal file
10
bsp/buildroot/package/libjpeg/libjpeg.pc.in
Normal file
@@ -0,0 +1,10 @@
|
||||
prefix=/usr
|
||||
exec_prefix=/usr
|
||||
libdir=${exec_prefix}/lib
|
||||
includedir=${prefix}/include
|
||||
|
||||
Name: libjpeg
|
||||
Description: A JPEG codec that provides the libjpeg API
|
||||
Version: @PACKAGE_VERSION@
|
||||
Libs: -L${libdir} -ljpeg
|
||||
Cflags: -I${includedir}
|
||||
Reference in New Issue
Block a user