[oe-commits] org.oe.dev boost-jam-native : Add support for boost-jam-native-3.1.16. Add a

crofton commit oe at amethyst.openembedded.net
Tue Jul 1 13:35:14 UTC 2008


boost-jam-native : Add support for boost-jam-native-3.1.16. Add a
                   boost-jam-native.inc file. New version is
                   DEFAULT_PREFERENCE = "-1" for now.

Author: crofton at openembedded.org
Branch: org.openembedded.dev
Revision: f57f3813de031589228dc010765adb9b4069ba16
ViewMTN: http://monotone.openembedded.org/revision/info/f57f3813de031589228dc010765adb9b4069ba16
Files:
1
packages/boost/boost-jam-native.inc
packages/boost/boost-jam-native_3.1.16.bb
packages/boost/boost-jam-native_3.1.11.bb
Diffs:

#
# mt diff -r9a1bde94a1684ffbfd05c5b469fe3508bd0d140a -rf57f3813de031589228dc010765adb9b4069ba16
#
#
#
# add_file "packages/boost/boost-jam-native.inc"
#  content [7035c20e824ac4e1508d82fae90b2561b491366d]
# 
# add_file "packages/boost/boost-jam-native_3.1.16.bb"
#  content [78ec3eb54876dae0282655e2496bd34881a57a63]
# 
# patch "packages/boost/boost-jam-native_3.1.11.bb"
#  from [7035c20e824ac4e1508d82fae90b2561b491366d]
#    to [d6fc82aad8151c20c23237350dbf1261235cb409]
#
============================================================
--- packages/boost/boost-jam-native.inc	7035c20e824ac4e1508d82fae90b2561b491366d
+++ packages/boost/boost-jam-native.inc	7035c20e824ac4e1508d82fae90b2561b491366d
@@ -0,0 +1,30 @@
+# The Boost web site provides free peer-reviewed portable
+# C++ source libraries. The emphasis is on libraries which
+# work well with the C++ Standard Library. The libraries are
+# intended to be widely useful, and are in regular use by
+# thousands of programmers across a broad spectrum of applications.
+DESCRIPTION = "Make system for boost (native)"
+HOMEPAGE = "http://www.boost.org/"
+SECTION = "devel"
+PRIORITY = "optional"
+LICENSE = "Boost Software License"
+PR = "r0"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/boost/boost-jam-${PV}.tgz"
+S = "${WORKDIR}/boost-jam-${PV}"
+
+inherit native
+
+do_compile() {
+	set -ex
+	rm -rf bin.*
+	./build.sh gcc
+}
+
+# This is too terrible - the build script doesn't give any good
+# way I can see to find out where the binaries are placed, so
+# rely on only one bin.foo directory being created.
+do_stage() {
+	set -ex
+	install -c -m 755 bin.*/bjam ${STAGING_BINDIR}/
+}
============================================================
--- packages/boost/boost-jam-native_3.1.16.bb	78ec3eb54876dae0282655e2496bd34881a57a63
+++ packages/boost/boost-jam-native_3.1.16.bb	78ec3eb54876dae0282655e2496bd34881a57a63
@@ -0,0 +1,6 @@
+include boost-jam-native.inc
+
+DEFAULT_PREFERENCE = "-1"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/boost/boost-jam-${PV}.tgz"
+
============================================================
--- packages/boost/boost-jam-native_3.1.11.bb	7035c20e824ac4e1508d82fae90b2561b491366d
+++ packages/boost/boost-jam-native_3.1.11.bb	d6fc82aad8151c20c23237350dbf1261235cb409
@@ -1,30 +1,4 @@
-# The Boost web site provides free peer-reviewed portable
-# C++ source libraries. The emphasis is on libraries which
-# work well with the C++ Standard Library. The libraries are
-# intended to be widely useful, and are in regular use by
-# thousands of programmers across a broad spectrum of applications.
-DESCRIPTION = "Make system for boost (native)"
-HOMEPAGE = "http://www.boost.org/"
-SECTION = "devel"
-PRIORITY = "optional"
-LICENSE = "Boost Software License"
-PR = "r0"
+include boost-jam-native.inc
 
 SRC_URI = "${SOURCEFORGE_MIRROR}/boost/boost-jam-${PV}.tgz"
-S = "${WORKDIR}/boost-jam-${PV}"
 
-inherit native
-
-do_compile() {
-	set -ex
-	rm -rf bin.*
-	./build.sh gcc
-}
-
-# This is too terrible - the build script doesn't give any good
-# way I can see to find out where the binaries are placed, so
-# rely on only one bin.foo directory being created.
-do_stage() {
-	set -ex
-	install -c -m 755 bin.*/bjam ${STAGING_BINDIR}/
-}






More information about the Openembedded-commits mailing list