procps-ng: add missing InstallDev section
This package seems to be missing an InstallDev section. Had a compile failure for an application that needs to compile against libprocps Signed-off-by: Marko Ratkaj <markoratkaj@gmail.com>
This commit is contained in:
parent
b82d68e599
commit
73b304bf0c
1 changed files with 6 additions and 0 deletions
|
@ -96,6 +96,12 @@ define Package/procps-ng/install
|
||||||
$(CP) $(PKG_INSTALL_DIR)/usr/lib/libprocps.so* $(1)/usr/lib/
|
$(CP) $(PKG_INSTALL_DIR)/usr/lib/libprocps.so* $(1)/usr/lib/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
define Build/InstallDev
|
||||||
|
$(INSTALL_DIR) $(1)/usr/include $(1)/usr/lib
|
||||||
|
$(CP) $(PKG_INSTALL_DIR)/usr/include/* $(1)/usr/include/
|
||||||
|
$(CP) $(PKG_INSTALL_DIR)/usr/lib/* $(1)/usr/lib/
|
||||||
|
endef
|
||||||
|
|
||||||
define BuildPlugin
|
define BuildPlugin
|
||||||
define Package/procps-ng-$(1)/install
|
define Package/procps-ng-$(1)/install
|
||||||
$(INSTALL_DIR) $$(1)/usr/libexec
|
$(INSTALL_DIR) $$(1)/usr/libexec
|
||||||
|
|
Loading…
Reference in a new issue