diff options
author | Saul Wold <sgw@linux.intel.com> | 2014-08-19 07:49:09 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-08-23 09:25:03 +0100 |
commit | a6afd754290cecbe57392d13477557051b438817 (patch) | |
tree | 91f94cb78dcdbb30b8a6945088a714cb9cce1921 /meta/recipes-support/boost/boost_1.56.0.bb | |
parent | 55ae27e1fa77dc2f10a40051ac67e933116f874c (diff) | |
download | openembedded-core-a6afd754290cecbe57392d13477557051b438817.tar.gz openembedded-core-a6afd754290cecbe57392d13477557051b438817.tar.bz2 openembedded-core-a6afd754290cecbe57392d13477557051b438817.zip |
boost: Upgrade to 1.56.0
Rebase boostconfig to handle moved user-config file
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/boost/boost_1.56.0.bb')
-rw-r--r-- | meta/recipes-support/boost/boost_1.56.0.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-support/boost/boost_1.56.0.bb b/meta/recipes-support/boost/boost_1.56.0.bb new file mode 100644 index 0000000000..b199c88577 --- /dev/null +++ b/meta/recipes-support/boost/boost_1.56.0.bb @@ -0,0 +1,4 @@ +include boost-${PV}.inc +include boost.inc + +SRC_URI += "file://arm-intrinsics.patch" |