From 6a06da04049f57fc0c2e61b6c7f62d26279cb5cd Mon Sep 17 00:00:00 2001 From: Jeffery To Date: Sat, 4 May 2019 03:24:52 +0800 Subject: [PATCH] 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 --- libs/libimobiledevice/Makefile | 1 - 1 file changed, 1 deletion(-) 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.