diff options
author | Saul Wold <sgw@linux.intel.com> | 2013-07-03 15:05:49 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-07-05 15:44:12 +0100 |
commit | 2193241175e97e34270ea53f89f31c667e2952fb (patch) | |
tree | 223b0d7f9611abc4964869063c43aea0a2880f50 /meta/recipes-support/boost/bjam-native_1.53.0.bb | |
parent | 830e8900e50923314198c08f2c17c32b8cf81eba (diff) | |
download | poky-2193241175e97e34270ea53f89f31c667e2952fb.tar.gz |
boost: Update to 1.54
(From OE-Core rev: cc8edbc7c1df39d58b93393c117c8787e9759423)
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/bjam-native_1.53.0.bb')
-rw-r--r-- | meta/recipes-support/boost/bjam-native_1.53.0.bb | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/meta/recipes-support/boost/bjam-native_1.53.0.bb b/meta/recipes-support/boost/bjam-native_1.53.0.bb deleted file mode 100644 index 59a031032c..0000000000 --- a/meta/recipes-support/boost/bjam-native_1.53.0.bb +++ /dev/null | |||
@@ -1,15 +0,0 @@ | |||
1 | include boost-${PV}.inc | ||
2 | |||
3 | DESCRIPTION = "Portable Boost.Jam build tool for boost" | ||
4 | SECTION = "devel" | ||
5 | |||
6 | inherit native | ||
7 | |||
8 | do_compile() { | ||
9 | ./bootstrap.sh --with-toolset=gcc | ||
10 | } | ||
11 | |||
12 | do_install() { | ||
13 | install -d ${D}${bindir}/ | ||
14 | install -c -m 755 bjam ${D}${bindir}/ | ||
15 | } | ||