diff options
Diffstat (limited to 'meta/recipes-support/boost/boost_1.51.0.bb')
-rw-r--r-- | meta/recipes-support/boost/boost_1.51.0.bb | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/meta/recipes-support/boost/boost_1.51.0.bb b/meta/recipes-support/boost/boost_1.51.0.bb index 1564b0ef6a..b95049f277 100644 --- a/meta/recipes-support/boost/boost_1.51.0.bb +++ b/meta/recipes-support/boost/boost_1.51.0.bb @@ -2,8 +2,10 @@ include boost.inc LIC_FILES_CHKSUM = "file://LICENSE_1_0.txt;md5=e4224ccaecb14d942c71d31bef20d78c" -PR = "${INC_PR}.0" +PR = "${INC_PR}.1" -SRC_URI += "file://arm-intrinsics.patch" +SRC_URI += "file://arm-intrinsics.patch \ + file://hash_enums.patch \ + " SRC_URI[md5sum] = "4b6bd483b692fd138aef84ed2c8eb679" SRC_URI[sha256sum] = "fb2d2335a29ee7fe040a197292bfce982af84a645c81688a915c84c925b69696" |