Skip to content

Commit

Permalink
Merge pull request #11 from regro-cf-autotick-bot/2.47.0_h956f7b
Browse files Browse the repository at this point in the history
librealsense v2.47.0
  • Loading branch information
traversaro authored Jun 30, 2021
2 parents b81df3d + f41d103 commit 86af4ba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .azure-pipelines/azure-pipelines-linux.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "librealsense" %}
{% set version = "2.45.0" %}
{% set version = "2.47.0" %}

package:
name: {{ name }}
version: {{ version }}

source:
- url: https://github.com/IntelRealSense/librealsense/archive/v{{ version }}.tar.gz
sha256: 878237243e4df054be9060efd0e997963138eff041c24c60bc02a7a78d76ff0c
sha256: 00767dbc888bc3495aa8f38ec372231bb2c198efb003db3e86af6d2e5458d1bb

build:
number: 0
Expand All @@ -22,6 +22,7 @@ requirements:
- {{ compiler('cxx') }}
- cmake
- ninja
- {{ cdt('libudev') }} # [linux]
host:
- libusb

Expand Down

0 comments on commit 86af4ba

Please sign in to comment.