libftdi1: Partially add back InstallDev
The pkgconfig file needs changing.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry picked from commit 180134d04c
)
This commit is contained in:
parent
55e7acc25e
commit
58b6d0ee5a
1 changed files with 7 additions and 1 deletions
|
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
|||
|
||||
PKG_NAME:=libftdi1
|
||||
PKG_VERSION:=1.4
|
||||
PKG_RELEASE:=4
|
||||
PKG_RELEASE:=5
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
||||
PKG_SOURCE_URL:=http://www.intra2net.com/en/developer/libftdi/download/
|
||||
|
@ -64,6 +64,12 @@ CMAKE_OPTIONS += \
|
|||
-DBUILD_TESTS=OFF \
|
||||
-DEXAMPLES=OFF
|
||||
|
||||
define Build/InstallDev
|
||||
$(call Build/InstallDev/cmake,$(1))
|
||||
$(SED) 's,/usr/include,$$$${prefix}/include,g' $(1)/usr/lib/pkgconfig/libftdi1.pc
|
||||
$(SED) 's,/usr/lib,$$$${prefix}/lib,g' $(1)/usr/lib/pkgconfig/libftdi1.pc
|
||||
endef
|
||||
|
||||
define Package/libftdi1/install
|
||||
$(INSTALL_DIR) $(1)/usr/bin
|
||||
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/libftdi1-config $(1)/usr/bin/
|
||||
|
|
Loading…
Reference in a new issue