mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2024-11-04 23:21:53 +02:00
add PKG_BUILD_DIR to pyneo stuff,still not working
This commit is contained in:
parent
2f90d87c3e
commit
1a2d316099
@ -4,7 +4,6 @@
|
||||
# This is free software, licensed under the GNU General Public License
|
||||
# v3. See /LICENSE for more information.
|
||||
#
|
||||
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=pyneod
|
||||
@ -15,6 +14,7 @@ PKG_SOURCE:=pyneo-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=http://git.pyneo.org/browse/cgit/pyneo/snapshot/
|
||||
PKG_MD5SUM:=48cc3fe7c29ac385107cee08786a4477
|
||||
|
||||
PKG_BUILD_DIR=$(BUILD_DIR)/pyneo-$(PKG_VERSION)/$(PKG_NAME)
|
||||
PKG_BUILD_DEPENDS:=python
|
||||
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
|
@ -14,6 +14,7 @@ PKG_SOURCE:=pyneo-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=http://git.pyneo.org/browse/cgit/pyneo/snapshot/
|
||||
PKG_MD5SUM:=48cc3fe7c29ac385107cee08786a4477
|
||||
|
||||
PKG_BUILD_DIR=$(BUILD_DIR)/pyneo-$(PKG_VERSION)/$(PKG_NAME)
|
||||
PKG_BUILD_DEPENDS:=python
|
||||
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
|
Loading…
Reference in New Issue
Block a user