From: Jeffery To Date: Fri, 3 May 2019 19:24:52 +0000 (+0800) Subject: libimobiledevice: Remove reference to python-package.mk X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=6a06da04049f57fc0c2e61b6c7f62d26279cb5cd;p=openwrt-packages.git libimobiledevice: Remove reference to python-package.mk Since no Python packages are produced by this package, including python-package.mk is unnecessary. This removes the reference to python-package.mk. (PKG_RELEASE is unchanged as this should have no effect on the build.) Signed-off-by: Jeffery To --- diff --git a/libs/libimobiledevice/Makefile b/libs/libimobiledevice/Makefile index b0d49838e..8b0620e59 100644 --- a/libs/libimobiledevice/Makefile +++ b/libs/libimobiledevice/Makefile @@ -27,7 +27,6 @@ PKG_INSTALL:=1 include $(INCLUDE_DIR)/package.mk include $(INCLUDE_DIR)/nls.mk -include ../../lang/python/python-package.mk define Package/libimobiledevice/Default TITLE:=A library that talks to Apple devices.