mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
libeasy: 7.5.0
This commit is contained in:
parent
693ff8bd19
commit
acf7344c13
1 changed files with 9 additions and 15 deletions
|
|
@ -1,32 +1,28 @@
|
||||||
#
|
#
|
||||||
# Copyright (C) 2020-2023 Iopsys
|
# Copyright (C) 2025 Genexis Sweden AB
|
||||||
#
|
#
|
||||||
|
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=libeasy
|
PKG_NAME:=libeasy
|
||||||
PKG_VERSION:=7.4.6
|
PKG_VERSION:=7.5.0
|
||||||
|
|
||||||
LOCAL_DEV=0
|
LOCAL_DEV=0
|
||||||
ifneq ($(LOCAL_DEV),1)
|
ifneq ($(LOCAL_DEV),1)
|
||||||
PKG_SOURCE_PROTO:=git
|
PKG_SOURCE_PROTO:=git
|
||||||
PKG_SOURCE_VERSION:=ca7b20068c9d373e41045a2e899a9c697576262c
|
PKG_SOURCE_VERSION:=18f93677bb4d33ebb6249324a5043294f0eae16c
|
||||||
PKG_SOURCE_URL:=https://dev.iopsys.eu/iopsys/libeasy.git
|
PKG_SOURCE_URL:=https://dev.iopsys.eu/hal/libeasy.git
|
||||||
PKG_MAINTAINER:=Anjan Chanda <anjan.chanda@iopsys.eu>
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)_$(PKG_SOURCE_VERSION).tar.xz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)_$(PKG_SOURCE_VERSION).tar.xz
|
||||||
PKG_MIRROR_HASH:=skip
|
PKG_MIRROR_HASH:=skip
|
||||||
endif
|
endif
|
||||||
|
|
||||||
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
|
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
|
||||||
PKG_LICENSE:=LGPL-2.1-only
|
PKG_LICENSE:=LGPL-2.1-only
|
||||||
PKG_LICENSE_FILES:=LICENSE
|
PKG_LICENSE_FILES:=
|
||||||
|
PKG_MAINTAINER:=Anjan Chanda <anjan.chanda@genexis.eu>
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
include $(INCLUDE_DIR)/cmake.mk
|
||||||
TARGET_CFLAGS += \
|
|
||||||
-I$(STAGING_DIR)/usr/include \
|
|
||||||
-I$(STAGING_DIR)/usr/include/openssl \
|
|
||||||
-I$(STAGING_DIR)/usr/include/libnl3
|
|
||||||
|
|
||||||
ifeq ($(LOCAL_DEV),1)
|
ifeq ($(LOCAL_DEV),1)
|
||||||
define Build/Prepare
|
define Build/Prepare
|
||||||
|
|
@ -34,9 +30,6 @@ define Build/Prepare
|
||||||
endef
|
endef
|
||||||
endif
|
endif
|
||||||
|
|
||||||
MAKE_FLAGS += \
|
|
||||||
CFLAGS="$(TARGET_CFLAGS) -Wall"
|
|
||||||
|
|
||||||
define Package/libeasy
|
define Package/libeasy
|
||||||
SECTION:=libs
|
SECTION:=libs
|
||||||
CATEGORY:=Libraries
|
CATEGORY:=Libraries
|
||||||
|
|
@ -47,7 +40,7 @@ define Package/libeasy
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/libeasy/description
|
define Package/libeasy/description
|
||||||
Library provides common utility functions
|
This package provides libeasy.so for common utility functions.
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Build/InstallDev/libeasy
|
define Build/InstallDev/libeasy
|
||||||
|
|
@ -67,6 +60,7 @@ define Build/InstallDev/libeasy
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Build/InstallDev
|
define Build/InstallDev
|
||||||
|
$(call Build/InstallDev/cmake,$(1))
|
||||||
$(call Build/InstallDev/libeasy,$(1),$(2))
|
$(call Build/InstallDev/libeasy,$(1),$(2))
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue