diff options
author | Jesse Gilles <jgilles@multitech.com> | 2015-02-03 13:22:35 -0600 |
---|---|---|
committer | Jesse Gilles <jgilles@multitech.com> | 2015-02-03 13:22:35 -0600 |
commit | b72c8c2db2254bda8606ff34f0ee001d9899c2b8 (patch) | |
tree | 010de08d6407fe395666bc84fd3b515eb8111ce1 /recipes-support/jsoncpp/jsoncpp_0.5.0.bb | |
parent | 1ac17eee9e0b459af2be69e4389cd8510ce8edbb (diff) | |
download | meta-mlinux-b72c8c2db2254bda8606ff34f0ee001d9899c2b8.tar.gz meta-mlinux-b72c8c2db2254bda8606ff34f0ee001d9899c2b8.tar.bz2 meta-mlinux-b72c8c2db2254bda8606ff34f0ee001d9899c2b8.zip |
jsoncpp-0.5.0: add jsoncpp-0.5.0-support-int64.patch
Diffstat (limited to 'recipes-support/jsoncpp/jsoncpp_0.5.0.bb')
-rw-r--r-- | recipes-support/jsoncpp/jsoncpp_0.5.0.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-support/jsoncpp/jsoncpp_0.5.0.bb b/recipes-support/jsoncpp/jsoncpp_0.5.0.bb index aa4880a..5f8cf6a 100644 --- a/recipes-support/jsoncpp/jsoncpp_0.5.0.bb +++ b/recipes-support/jsoncpp/jsoncpp_0.5.0.bb @@ -11,10 +11,11 @@ SRCREV = "svn-release-0.5.0" SRC_URI = " \ git://github.com/open-source-parsers/jsoncpp.git;nobranch=1 \ file://jsoncpp-0.5.0-p1.patch \ + file://jsoncpp-0.5.0-support-int64.patch \ file://Makefile \ " -PR = "r2" +PR = "r3" S = "${WORKDIR}/git" |