update buildroot to 2017.02.11
This commit is contained in:
15
bsp/buildroot-2017.02.11/package/bullet/Config.in
Normal file
15
bsp/buildroot-2017.02.11/package/bullet/Config.in
Normal file
@@ -0,0 +1,15 @@
|
||||
config BR2_PACKAGE_BULLET
|
||||
bool "bullet"
|
||||
depends on BR2_INSTALL_LIBSTDCPP
|
||||
# Affected by
|
||||
# https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68476
|
||||
depends on !BR2_microblaze
|
||||
help
|
||||
Bullet is a Collision Detection and Rigid Body Dynamics
|
||||
Library.
|
||||
|
||||
http://bulletphysics.org
|
||||
|
||||
comment "bullet needs a toolchain w/ C++"
|
||||
depends on !BR2_INSTALL_LIBSTDCPP
|
||||
depends on !BR2_microblaze
|
||||
2
bsp/buildroot-2017.02.11/package/bullet/bullet.hash
Normal file
2
bsp/buildroot-2017.02.11/package/bullet/bullet.hash
Normal file
@@ -0,0 +1,2 @@
|
||||
# Locally calculated
|
||||
sha256 6e157c0b50373bc0e860de27f06397827bb28a4205bc568ae79d76a0f919ed62 bullet-2.85.1.tar.gz
|
||||
19
bsp/buildroot-2017.02.11/package/bullet/bullet.mk
Normal file
19
bsp/buildroot-2017.02.11/package/bullet/bullet.mk
Normal file
@@ -0,0 +1,19 @@
|
||||
################################################################################
|
||||
#
|
||||
# bullet
|
||||
#
|
||||
################################################################################
|
||||
|
||||
BULLET_VERSION = 2.85.1
|
||||
BULLET_SITE = $(call github,bulletphysics,bullet3,$(BULLET_VERSION))
|
||||
BULLET_INSTALL_STAGING = YES
|
||||
BULLET_LICENSE = zlib license
|
||||
BULLET_LICENSE_FILES = LICENSE.txt
|
||||
|
||||
# Disable demos apps and unit tests.
|
||||
# Disable Bullet3 library.
|
||||
BULLET_CONF_OPTS = -DBUILD_UNIT_TESTS=OFF \
|
||||
-DBUILD_BULLET2_DEMOS=OFF \
|
||||
-DBUILD_BULLET3=OFF
|
||||
|
||||
$(eval $(cmake-package))
|
||||
Reference in New Issue
Block a user