libimobiledevice: Remove reference to python-package.mk
authorJeffery To <redacted>
Fri, 3 May 2019 19:24:52 +0000 (03:24 +0800)
committerJeffery To <redacted>
Fri, 3 May 2019 19:24:52 +0000 (03:24 +0800)
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 <redacted>
libs/libimobiledevice/Makefile

index b0d49838e8532ea9412b5f5cb278bf5b47b6ea77..8b0620e59dea52f44dffe9504e66fbbd91044bf2 100644 (file)
@@ -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.
git clone https://git.99rst.org/PROJECT