diff options
author | Jesse Gilles <jgilles@multitech.com> | 2015-01-28 09:08:39 -0600 |
---|---|---|
committer | Jesse Gilles <jgilles@multitech.com> | 2015-01-28 09:08:39 -0600 |
commit | 1ac17eee9e0b459af2be69e4389cd8510ce8edbb (patch) | |
tree | 11cbdf449d5d19f4c4c9009280c3c45bc6dff4e6 /recipes-support/jsoncpp/jsoncpp-0.5.0 | |
parent | a4ee88ac653fed5963e30b440b2d13d7556282f7 (diff) | |
download | meta-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/Makefile | 4 |
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: |