Netopeer2: update to 0.7-r1
Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
This commit is contained in:
parent
583977b953
commit
9cb6d07cab
2 changed files with 7 additions and 6 deletions
|
@ -10,14 +10,14 @@
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=Netopeer2
|
PKG_NAME:=Netopeer2
|
||||||
PKG_VERSION:=0.6-r1
|
PKG_VERSION:=0.7-r1
|
||||||
|
|
||||||
PKG_LICENSE:=BSD-3-Clause
|
PKG_LICENSE:=BSD-3-Clause
|
||||||
PKG_MAINTAINER:=Mislav Novakovic <mislav.novakovic@sartura.hr>
|
PKG_MAINTAINER:=Mislav Novakovic <mislav.novakovic@sartura.hr>
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=https://codeload.github.com/CESNET/Netopeer2/tar.gz/v$(PKG_VERSION)?
|
PKG_SOURCE_URL:=https://codeload.github.com/CESNET/Netopeer2/tar.gz/v$(PKG_VERSION)?
|
||||||
PKG_HASH:=5f38db43f6021e389cf1f3c5c70e432586d8ba7f2d64ed5bd2bea8c7ea6b39e6
|
PKG_HASH:=040013d1e315c62c496b704475665165578c374ffb387cbbff422cf8898d3a12
|
||||||
|
|
||||||
CMAKE_INSTALL:=1
|
CMAKE_INSTALL:=1
|
||||||
|
|
||||||
|
|
|
@ -65,10 +65,11 @@ Index: Netopeer2-0.4.13-ae560bef2e70d274f6d028b59e3cb398ea2a621d/server/CMakeLis
|
||||||
|
|
||||||
project(netopeer2-server C)
|
project(netopeer2-server C)
|
||||||
include(GNUInstallDirs)
|
include(GNUInstallDirs)
|
||||||
@@ -176,7 +176,7 @@ if (ENABLE_CONFIGURATION)
|
@@ -204,7 +204,7 @@ if (ENABLE_CONFIGURATION)
|
||||||
execute_process(COMMAND ${CMAKE_CURRENT_SOURCE_DIR}/scripts/model-install.sh)")
|
execute_process(COMMAND ${PROJECT_BINARY_DIR}/model-install.sh)")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
-add_custom_target(install-scripts-ide
|
-add_custom_target(install-scripts-ide
|
||||||
+add_custom_target(install-scripts-ide-server
|
+add_custom_target(install-scripts-ide-server
|
||||||
scripts/model-install.sh
|
${PROJECT_BINARY_DIR}/model-install.sh
|
||||||
|
)
|
||||||
|
|
Loading…
Reference in a new issue