projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7bdb1db
)
libubox: add a missing dependency
author
Felix Fietkau
<nbd@openwrt.org>
Sun, 10 Jun 2012 20:27:44 +0000
(20:27 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Sun, 10 Jun 2012 20:27:44 +0000
(20:27 +0000)
SVN-Revision: 32173
package/libubox/Makefile
patch
|
blob
|
history
diff --git
a/package/libubox/Makefile
b/package/libubox/Makefile
index 0fae4cbef2cee2b4c007f119d844b876b17eebcd..2d3c1ee606d82a0fc075246f7ed426a54b3d78e9 100644
(file)
--- a/
package/libubox/Makefile
+++ b/
package/libubox/Makefile
@@
-26,7
+26,7
@@
define Package/libblobmsg-json
SECTION:=libs
CATEGORY:=Libraries
TITLE:=blobmsg <-> json conversion library
- DEPENDS:=+libjson
+ DEPENDS:=+libjson
+libubox
endef
define Package/jshn