fix up downloading in python packages
git-svn-id: svn://svn.openwrt.org/openwrt/packages@9427 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@ -21,8 +21,8 @@ PKG_BUILD_DEPENDS:=python
|
|||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
-include $(if $(DUMP),,$(STAGING_DIR)/mk/python-package.mk)
|
-include $(if $(DUMP),,$(STAGING_DIR)/mk/python-package.mk)
|
||||||
ifeq ($(DUMP)$(Build/Compile/PyMod),)
|
ifneq ($(MAKECMDGOALS),download)
|
||||||
$(error Python packaging code not found.)
|
$(if $(DUMP)$(Build/Compile/PyMod),,$(error Python packaging code not found.))
|
||||||
endif
|
endif
|
||||||
|
|
||||||
define Package/python-egenix-mx
|
define Package/python-egenix-mx
|
||||||
|
@ -19,8 +19,8 @@ PKG_BUILD_DEPENDS:=python
|
|||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
-include $(if $(DUMP),,$(STAGING_DIR)/mk/python-package.mk)
|
-include $(if $(DUMP),,$(STAGING_DIR)/mk/python-package.mk)
|
||||||
ifeq ($(DUMP)$(Build/Compile/PyMod),)
|
ifneq ($(MAKECMDGOALS),download)
|
||||||
$(error Python packaging code not found.)
|
$(if $(DUMP)$(Build/Compile/PyMod),,$(error Python packaging code not found.))
|
||||||
endif
|
endif
|
||||||
|
|
||||||
define Package/python-kid
|
define Package/python-kid
|
||||||
|
@ -19,8 +19,8 @@ PKG_BUILD_DEPENDS:=python
|
|||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
-include $(if $(DUMP),,$(STAGING_DIR)/mk/python-package.mk)
|
-include $(if $(DUMP),,$(STAGING_DIR)/mk/python-package.mk)
|
||||||
ifeq ($(DUMP)$(Build/Compile/PyMod),)
|
ifneq ($(MAKECMDGOALS),download)
|
||||||
$(error Python packaging code not found.)
|
$(if $(DUMP)$(Build/Compile/PyMod),,$(error Python packaging code not found.))
|
||||||
endif
|
endif
|
||||||
|
|
||||||
define Package/python-psycopg
|
define Package/python-psycopg
|
||||||
|
@ -19,8 +19,8 @@ PKG_BUILD_DEPENDS:=python
|
|||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
-include $(if $(DUMP),,$(STAGING_DIR)/mk/python-package.mk)
|
-include $(if $(DUMP),,$(STAGING_DIR)/mk/python-package.mk)
|
||||||
ifeq ($(DUMP)$(Build/Compile/PyMod),)
|
ifneq ($(MAKECMDGOALS),download)
|
||||||
$(error Python packaging code not found.)
|
$(if $(DUMP)$(Build/Compile/PyMod),,$(error Python packaging code not found.))
|
||||||
endif
|
endif
|
||||||
|
|
||||||
define Package/python-event
|
define Package/python-event
|
||||||
|
@ -19,8 +19,8 @@ PKG_BUILD_DEPENDS:=python
|
|||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
-include $(if $(DUMP),,$(STAGING_DIR)/mk/python-package.mk)
|
-include $(if $(DUMP),,$(STAGING_DIR)/mk/python-package.mk)
|
||||||
ifeq ($(DUMP)$(Build/Compile/PyMod),)
|
ifneq ($(MAKECMDGOALS),download)
|
||||||
$(error Python packaging code not found.)
|
$(if $(DUMP)$(Build/Compile/PyMod),,$(error Python packaging code not found.))
|
||||||
endif
|
endif
|
||||||
|
|
||||||
define Package/python-mysql
|
define Package/python-mysql
|
||||||
|
@ -19,8 +19,8 @@ PKG_BUILD_DEPENDS:=python
|
|||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
-include $(if $(DUMP),,$(STAGING_DIR)/mk/python-package.mk)
|
-include $(if $(DUMP),,$(STAGING_DIR)/mk/python-package.mk)
|
||||||
ifeq ($(DUMP)$(Build/Compile/PyMod),)
|
ifneq ($(MAKECMDGOALS),download)
|
||||||
$(error Python packaging code not found.)
|
$(if $(DUMP)$(Build/Compile/PyMod),,$(error Python packaging code not found.))
|
||||||
endif
|
endif
|
||||||
|
|
||||||
define Package/python-pcap
|
define Package/python-pcap
|
||||||
|
@ -19,8 +19,8 @@ PKG_BUILD_DEPENDS:=python
|
|||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
-include $(if $(DUMP),,$(STAGING_DIR)/mk/python-package.mk)
|
-include $(if $(DUMP),,$(STAGING_DIR)/mk/python-package.mk)
|
||||||
ifeq ($(DUMP)$(Build/Compile/PyMod),)
|
ifneq ($(MAKECMDGOALS),download)
|
||||||
$(error Python packaging code not found.)
|
$(if $(DUMP)$(Build/Compile/PyMod),,$(error Python packaging code not found.))
|
||||||
endif
|
endif
|
||||||
|
|
||||||
define Package/python-sqlite
|
define Package/python-sqlite
|
||||||
|
@ -21,8 +21,8 @@ PKG_BUILD_DEPENDS:=python
|
|||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
-include $(if $(DUMP),,$(STAGING_DIR)/mk/python-package.mk)
|
-include $(if $(DUMP),,$(STAGING_DIR)/mk/python-package.mk)
|
||||||
ifeq ($(DUMP)$(Build/Compile/PyMod),)
|
ifneq ($(MAKECMDGOALS),download)
|
||||||
$(error Python packaging code not found.)
|
$(if $(DUMP)$(Build/Compile/PyMod),,$(error Python packaging code not found.))
|
||||||
endif
|
endif
|
||||||
|
|
||||||
define Package/twisted/default
|
define Package/twisted/default
|
||||||
|
@ -19,8 +19,8 @@ PKG_BUILD_DEPENDS:=python
|
|||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
-include $(if $(DUMP),,$(STAGING_DIR)/mk/python-package.mk)
|
-include $(if $(DUMP),,$(STAGING_DIR)/mk/python-package.mk)
|
||||||
ifeq ($(DUMP)$(Build/Compile/PyMod),)
|
ifneq ($(MAKECMDGOALS),download)
|
||||||
$(error Python packaging code not found.)
|
$(if $(DUMP)$(Build/Compile/PyMod),,$(error Python packaging code not found.))
|
||||||
endif
|
endif
|
||||||
|
|
||||||
define Package/python-yapsnmp
|
define Package/python-yapsnmp
|
||||||
|
@ -17,7 +17,10 @@ PKG_SOURCE_URL:=http://savannah.nongnu.org/download/rdiff-backup/
|
|||||||
PKG_MD5SUM:=756b38aaf2602d097cafd08996fb7887
|
PKG_MD5SUM:=756b38aaf2602d097cafd08996fb7887
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
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
|
define PyPackage/rdiff-backup
|
||||||
SECTION:=utils
|
SECTION:=utils
|
||||||
|
@ -19,7 +19,10 @@ PKG_MD5SUM:=dafa161bc9c61e57636a6085c87c1fe8
|
|||||||
PKG_BUILD_DEPENDS:=libnotimpl python-core
|
PKG_BUILD_DEPENDS:=libnotimpl python-core
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
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
|
define Package/rrdtool/Default
|
||||||
SECTION:=utils
|
SECTION:=utils
|
||||||
|
Reference in New Issue
Block a user