1
0
mirror of git://projects.qi-hardware.com/openwrt-packages.git synced 2024-09-30 00:57:16 +03:00

add PKG_BUILD_DIR to pyneo stuff,still not working

This commit is contained in:
M. Dietrich 2010-03-28 23:40:04 +02:00
parent 2f90d87c3e
commit 1a2d316099
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -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