File tree 2 files changed +4
-17
lines changed
pkg/arduino_sparkfun_bme280 2 files changed +4
-17
lines changed Original file line number Diff line number Diff line change 1
1
PKG_NAME = arduino_sparkfun_bme280
2
- PKG_VERSION = 2.0.8
2
+ PKG_VERSION = 2.0.9
3
3
PKG_EXT = zip
4
4
PKG_LICENSE = MIT
5
5
@@ -13,26 +13,23 @@ ifneq ($(RIOTBASE),)
13
13
include $(RIOTBASE ) /Makefile.base
14
14
endif
15
15
16
- .PHONY : all clean patch distclean
16
+ .PHONY : all clean distclean
17
17
18
18
CFLAGS += -DARDUINO=200
19
19
20
20
prepare : $(PKG_TARGET_DIR )
21
21
22
- all : patch
22
+ all :
23
23
" $( MAKE) " -C $(PKG_TARGET_DIR ) /src -f $(RIOTBASE ) /Makefile.base MODULE=$(PKG_NAME )
24
24
25
- patch :
26
- # PATCH
27
- cd $(PKG_TARGET_DIR ) /src && patch --forward < $(CURDIR ) /patches/math.patch || true
28
-
29
25
$(PKG_TARGET_DIR ) : $(PKG_ZIPFILE )
30
26
# UNPACK
31
27
$(Q )$(UNZIP_HERE ) -D -d $(PKGDIRBASE ) $<
32
28
mv $(PKG_SOURCE_DIR ) $(PKG_TARGET_DIR )
33
29
34
30
$(PKG_ZIPFILE ) :
35
31
# DOWNLOAD
32
+ mkdir -p $(PKGDIRBASE )
36
33
$(Q )$(DOWNLOAD_TO_FILE ) $@ $(PKG_URL )
37
34
38
35
clean ::
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments