diff options
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" |