mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-20 17:52:52 +00:00
depot: recipe for src/fetchurl
This commit is contained in:
parent
c9a5f0ce45
commit
079f00e083
45
repos/libports/recipes/src/fetchurl/content.mk
Normal file
45
repos/libports/recipes/src/fetchurl/content.mk
Normal file
@ -0,0 +1,45 @@
|
||||
MIRROR_FROM_REP_DIR := src/app/fetchurl
|
||||
|
||||
#
|
||||
# Copy of lwIP ingredients
|
||||
#
|
||||
MIRROR_FROM_REP_DIR += include/libc-plugin \
|
||||
src/lib/libc_lwip \
|
||||
src/lib/libc_lwip_nic_dhcp \
|
||||
lib/mk/lwip.mk \
|
||||
lib/mk/libc_lwip.mk \
|
||||
lib/mk/libc_lwip_nic_dhcp.mk \
|
||||
lib/import/import-lwip.mk
|
||||
|
||||
|
||||
LWIP_PORT_DIR := $(call port_dir,$(REP_DIR)/ports/lwip)
|
||||
|
||||
content: $(MIRROR_FROM_REP_DIR) LICENSE include/lwip src/lib/lwip
|
||||
|
||||
include/lwip:
|
||||
mkdir -p $@
|
||||
cp -r $(LWIP_PORT_DIR)/include/lwip/* $@
|
||||
cp -r $(REP_DIR)/include/lwip/* $@
|
||||
|
||||
src/lib/lwip:
|
||||
mkdir -p $@
|
||||
cp -r $(LWIP_PORT_DIR)/src/lib/lwip/* $@
|
||||
cp -r $(REP_DIR)/src/lib/lwip/* $@
|
||||
|
||||
$(MIRROR_FROM_REP_DIR):
|
||||
$(mirror_from_rep_dir)
|
||||
|
||||
MIRROR_FROM_OS := lib/mk/timed_semaphore.mk \
|
||||
include/os/timed_semaphore.h \
|
||||
src/lib/timed_semaphore
|
||||
|
||||
content: $(MIRROR_FROM_OS)
|
||||
|
||||
$(MIRROR_FROM_OS):
|
||||
mkdir -p $(dir $@)
|
||||
cp -r $(GENODE_DIR)/repos/os/$@ $(dir $@)
|
||||
|
||||
LICENSE:
|
||||
cp $(GENODE_DIR)/LICENSE $@
|
||||
|
||||
|
1
repos/libports/recipes/src/fetchurl/hash
Normal file
1
repos/libports/recipes/src/fetchurl/hash
Normal file
@ -0,0 +1 @@
|
||||
2017-12-05-o 90cba3e9361c6a4faeb730fae6ef3339f52442a2
|
8
repos/libports/recipes/src/fetchurl/used_apis
Normal file
8
repos/libports/recipes/src/fetchurl/used_apis
Normal file
@ -0,0 +1,8 @@
|
||||
libc
|
||||
base
|
||||
os
|
||||
so
|
||||
vfs
|
||||
curl
|
||||
timer_session
|
||||
nic_session
|
@ -1,3 +1,3 @@
|
||||
TARGET = fetchurl
|
||||
LIBS += curl lwip libc_lwip libc_lwip_nic_dhcp libc
|
||||
SRC_CC = component.cc
|
||||
LIBS += curl lwip libc_lwip libc_lwip_nic_dhcp libc ld
|
||||
SRC_CC = component.cc
|
||||
|
Loading…
x
Reference in New Issue
Block a user