projects
/
openwrt
/
svn-archive
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
494545f
)
yapsnmp: fix annoying warning message
author
Oliver Ertl
<oliver@ertl-net.net>
Sun, 29 Jul 2007 17:46:43 +0000
(17:46 +0000)
committer
Oliver Ertl
<oliver@ertl-net.net>
Sun, 29 Jul 2007 17:46:43 +0000
(17:46 +0000)
SVN-Revision: 8219
libs/yapsnmp/Makefile
patch
|
blob
|
history
diff --git
a/libs/yapsnmp/Makefile
b/libs/yapsnmp/Makefile
index 53d4a442653ae70709030c1f7b778d1b691f993f..32d21aabceeb0eded09e4152458cb64849b370ee 100644
(file)
--- a/
libs/yapsnmp/Makefile
+++ b/
libs/yapsnmp/Makefile
@@
-51,7
+51,9
@@
define Build/Compile
all install
endef
-pylibdir:=$(shell $(STAGING_DIR)/usr/bin/hostpython $(SCRIPT_DIR)/pylibdir.py)
+ifeq ($(DUMP),)
+ pylibdir:=$(shell $(STAGING_DIR)/usr/bin/hostpython $(SCRIPT_DIR)/pylibdir.py)
+endif
define Package/yapsnmp/install
$(INSTALL_DIR) $(1)$(pylibdir)
$(CP) -a $(PKG_INSTALL_DIR)/* $(1)$(pylibdir)