aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRosen Penev <rosenp@gmail.com>2018-08-24 20:14:18 -0700
committerGitHub <noreply@github.com>2018-08-24 20:14:18 -0700
commit7bbca3ed3339862a6c1d93f36c674684f7df7eac (patch)
tree885a9a191a78e07946fa096ef1a4b82714447837
parent0194bf7d07563d707d3669d4970badb4f790850f (diff)
bluelog: Adjust source name to try to fix buildbot
The buildbot is failing on applying the patch: https://downloads.openwrt.org/snapshots/faillogs/mipsel_24kc/packages/bluelog/compile.txt Locally, this does not happen. I assume the reason is that it has some special handling for GitHub's tar archives where it extracts it to the name in PKG_SOURCE. So adjust that. Signed-off-by: Rosen Penev <rosenp@gmail.com>
-rw-r--r--utils/bluelog/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/bluelog/Makefile b/utils/bluelog/Makefile
index 49eaa532f..15d021441 100644
--- a/utils/bluelog/Makefile
+++ b/utils/bluelog/Makefile
@@ -9,9 +9,9 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=bluelog
PKG_VERSION:=1.1.2
-PKG_RELEASE:=3
+PKG_RELEASE:=4
-PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
+PKG_SOURCE:=Bluelog-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://codeload.github.com/MS3FGX/Bluelog/tar.gz/$(PKG_VERSION)?
PKG_HASH:=ebbc1357e14bc46cbddd8390cdbd29c0131b09b8ab680a1c382164ef076cb53e
PKG_BUILD_DIR:=$(BUILD_DIR)/Bluelog-$(PKG_VERSION)