forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-11-20 520ec20d74dfd87f62fd58b921b7209d6daed94a
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
################################################################################
#
# shm-tools
#
################################################################################
 
SHM_TOOLS_VERSION = f1dd16803e50d97e66d4ac1143a762977f19c8cf
SHM_TOOLS_SITE = http://github.com/mikewei/shm_container.git
SHM_TOOLS_SITE_METHOD = git
SHM_TOOLS_INSTALL_STAGING = YES
SHM_TOOLS_LICENSE = BSD-like
 
define SHM_TOOLS_INSTALL_STAGING_CMDS
   mkdir -p $(STAGING_DIR)/usr/include/shmc
   $(INSTALL) -D -m 0644 $(@D)/src/shmc/*.h $(STAGING_DIR)/usr/include/shmc
endef
 
$(eval $(generic-package))