include $(INCLUDE_DIR)/package.mk
-include $(if $(DUMP),,$(STAGING_DIR)/mk/python-package.mk)
-ifeq ($(DUMP)$(Build/Compile/PyMod),)
- $(error Python packaging code not found.)
+ifneq ($(MAKECMDGOALS),download)
+ $(if $(DUMP)$(Build/Compile/PyMod),,$(error Python packaging code not found.))
endif
define Package/python-egenix-mx
include $(INCLUDE_DIR)/package.mk
-include $(if $(DUMP),,$(STAGING_DIR)/mk/python-package.mk)
-ifeq ($(DUMP)$(Build/Compile/PyMod),)
- $(error Python packaging code not found.)
+ifneq ($(MAKECMDGOALS),download)
+ $(if $(DUMP)$(Build/Compile/PyMod),,$(error Python packaging code not found.))
endif
define Package/python-kid
include $(INCLUDE_DIR)/package.mk
-include $(if $(DUMP),,$(STAGING_DIR)/mk/python-package.mk)
-ifeq ($(DUMP)$(Build/Compile/PyMod),)
- $(error Python packaging code not found.)
+ifneq ($(MAKECMDGOALS),download)
+ $(if $(DUMP)$(Build/Compile/PyMod),,$(error Python packaging code not found.))
endif
define Package/python-psycopg
include $(INCLUDE_DIR)/package.mk
-include $(if $(DUMP),,$(STAGING_DIR)/mk/python-package.mk)
-ifeq ($(DUMP)$(Build/Compile/PyMod),)
- $(error Python packaging code not found.)
+ifneq ($(MAKECMDGOALS),download)
+ $(if $(DUMP)$(Build/Compile/PyMod),,$(error Python packaging code not found.))
endif
define Package/python-event
include $(INCLUDE_DIR)/package.mk
-include $(if $(DUMP),,$(STAGING_DIR)/mk/python-package.mk)
-ifeq ($(DUMP)$(Build/Compile/PyMod),)
- $(error Python packaging code not found.)
+ifneq ($(MAKECMDGOALS),download)
+ $(if $(DUMP)$(Build/Compile/PyMod),,$(error Python packaging code not found.))
endif
define Package/python-mysql
include $(INCLUDE_DIR)/package.mk
-include $(if $(DUMP),,$(STAGING_DIR)/mk/python-package.mk)
-ifeq ($(DUMP)$(Build/Compile/PyMod),)
- $(error Python packaging code not found.)
+ifneq ($(MAKECMDGOALS),download)
+ $(if $(DUMP)$(Build/Compile/PyMod),,$(error Python packaging code not found.))
endif
define Package/python-pcap
include $(INCLUDE_DIR)/package.mk
-include $(if $(DUMP),,$(STAGING_DIR)/mk/python-package.mk)
-ifeq ($(DUMP)$(Build/Compile/PyMod),)
- $(error Python packaging code not found.)
+ifneq ($(MAKECMDGOALS),download)
+ $(if $(DUMP)$(Build/Compile/PyMod),,$(error Python packaging code not found.))
endif
define Package/python-sqlite
include $(INCLUDE_DIR)/package.mk
-include $(if $(DUMP),,$(STAGING_DIR)/mk/python-package.mk)
-ifeq ($(DUMP)$(Build/Compile/PyMod),)
- $(error Python packaging code not found.)
+ifneq ($(MAKECMDGOALS),download)
+ $(if $(DUMP)$(Build/Compile/PyMod),,$(error Python packaging code not found.))
endif
define Package/twisted/default
include $(INCLUDE_DIR)/package.mk
-include $(if $(DUMP),,$(STAGING_DIR)/mk/python-package.mk)
-ifeq ($(DUMP)$(Build/Compile/PyMod),)
- $(error Python packaging code not found.)
+ifneq ($(MAKECMDGOALS),download)
+ $(if $(DUMP)$(Build/Compile/PyMod),,$(error Python packaging code not found.))
endif
define Package/python-yapsnmp
PKG_MD5SUM:=756b38aaf2602d097cafd08996fb7887
include $(INCLUDE_DIR)/package.mk
--include $(TOPDIR)/package/python/python-package.mk
+-include $(if $(DUMP),,$(STAGING_DIR)/mk/python-package.mk)
+ifneq ($(MAKECMDGOALS),download)
+ $(if $(DUMP)$(Build/Compile/PyMod),,$(error Python packaging code not found.))
+endif
define PyPackage/rdiff-backup
SECTION:=utils
PKG_BUILD_DEPENDS:=libnotimpl python-core
include $(INCLUDE_DIR)/package.mk
--include $(if $(DUMP),,./python-package.mk)
+-include $(if $(DUMP),,$(STAGING_DIR)/mk/python-package.mk)
+ifneq ($(MAKECMDGOALS),download)
+ $(if $(DUMP)$(Build/Compile/PyMod),,$(error Python packaging code not found.))
+endif
define Package/rrdtool/Default
SECTION:=utils