Browse Source

i2c-tools: fix stale PKG_SOURCE_URL

Fixes openwrt/packages#5075

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
lilik-openwrt-22.03
Yousong Zhou 6 years ago
parent
commit
b9cfb7f3c6
1 changed files with 3 additions and 5 deletions
  1. +3
    -5
      utils/i2c-tools/Makefile

+ 3
- 5
utils/i2c-tools/Makefile View File

@ -11,11 +11,9 @@ PKG_NAME:=i2c-tools
PKG_VERSION:=3.1.2 PKG_VERSION:=3.1.2
PKG_RELEASE:=1 PKG_RELEASE:=1
PKG_SOURCE_URL:=http://dl.lm-sensors.org/i2c-tools/releases/ \
http://fossies.org/linux/misc/
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_HASH:=db5e69f2e2a6e3aa2ecdfe6a5f490b149c504468770f58921c8c5b8a7860a441
PKG_SOURCE_URL:=@KERNEL/software/utils/i2c-tools
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_HASH:=6d6079153cd49a62d4addacef4c092db1a46ba60b2807070a3fbe050262aef87
PKG_BUILD_PARALLEL:=1 PKG_BUILD_PARALLEL:=1
PKG_BUILD_DEPENDS:=PACKAGE_python-smbus:python PKG_BUILD_DEPENDS:=PACKAGE_python-smbus:python


Loading…
Cancel
Save