From 7e22f644dae22237c0c239d9cbcc15fc2c797f5d Mon Sep 17 00:00:00 2001 From: Hauke Petersen Date: Mon, 12 Apr 2021 15:53:24 +0200 Subject: [PATCH] pkg/nimble: update to temporary upstream branch --- pkg/nimble/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pkg/nimble/Makefile b/pkg/nimble/Makefile index 9fc2fd4222..fd075344e5 100644 --- a/pkg/nimble/Makefile +++ b/pkg/nimble/Makefile @@ -1,6 +1,8 @@ PKG_NAME = nimble -PKG_URL = https://github.com/apache/mynewt-nimble.git -PKG_VERSION = cd7d7aa286ee1083818cbaac1e89bf69fe554f42 +# Temporary URL change until upstream adaption is merged (nimble:#970) +PKG_URL = https://github.com/haukepetersen/mynewt-nimble.git +#PKG_URL = https://github.com/apache/mynewt-nimble.git +PKG_VERSION = 7a2bf2420a1a2bcd8bbb5bf8f5927882b3c499c0 PKG_LICENSE = Apache-2.0 include $(RIOTBASE)/pkg/pkg.mk