summaryrefslogtreecommitdiff
path: root/recipes-support/jsoncpp/jsoncpp-0.5.0
diff options
context:
space:
mode:
authorJesse Gilles <jgilles@multitech.com>2015-01-28 09:08:39 -0600
committerJesse Gilles <jgilles@multitech.com>2015-01-28 09:08:39 -0600
commit1ac17eee9e0b459af2be69e4389cd8510ce8edbb (patch)
tree11cbdf449d5d19f4c4c9009280c3c45bc6dff4e6 /recipes-support/jsoncpp/jsoncpp-0.5.0
parenta4ee88ac653fed5963e30b440b2d13d7556282f7 (diff)
downloadmeta-mlinux-1ac17eee9e0b459af2be69e4389cd8510ce8edbb.tar.gz
meta-mlinux-1ac17eee9e0b459af2be69e4389cd8510ce8edbb.tar.bz2
meta-mlinux-1ac17eee9e0b459af2be69e4389cd8510ce8edbb.zip
jsoncpp-0.5.0: update SRC_URI, fix LICENSE and include install path
/usr/include/json conflicts with json-c package
Diffstat (limited to 'recipes-support/jsoncpp/jsoncpp-0.5.0')
-rw-r--r--recipes-support/jsoncpp/jsoncpp-0.5.0/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-support/jsoncpp/jsoncpp-0.5.0/Makefile b/recipes-support/jsoncpp/jsoncpp-0.5.0/Makefile
index bee6876..3be3743 100644
--- a/recipes-support/jsoncpp/jsoncpp-0.5.0/Makefile
+++ b/recipes-support/jsoncpp/jsoncpp-0.5.0/Makefile
@@ -32,9 +32,9 @@ libjsoncpp.a: $(OBJS)
install:
mkdir -p $(DESTDIR)$(libdir)
- mkdir -p $(DESTDIR)$(includedir)/json
+ mkdir -p $(DESTDIR)$(includedir)/jsoncpp/json
cp libjsoncpp.a $(DESTDIR)$(libdir)/
- cp include/json/* $(DESTDIR)$(includedir)/json/
+ cp include/json/* $(DESTDIR)$(includedir)/jsoncpp/json/
# Other Targets
clean: