Skip to content

Commit

Permalink
Merge pull request conda-forge#29 from beckermr/v2.12-hack-fix
Browse files Browse the repository at this point in the history
BUG make sure to get the hacks to work
  • Loading branch information
beckermr authored Jul 25, 2020
2 parents 2c8a2bf + 7711240 commit e13f355
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% set version = "2.12" %}
{% set kernel_headers_version = "2.6.32" %}
{% set build_number = "11" %}
{% set build_number = "12" %}

package:
name: linux-sysroot
Expand Down Expand Up @@ -58,6 +58,7 @@ outputs:
requirements:
run:
- sysroot_{{ cross_target_platform }} {{ version }}.*
- kernel-headers_{{ cross_target_platform }} {{ kernel_headers_version }}.*
test:
commands:
- echo "works!"
Expand Down

0 comments on commit e13f355

Please sign in to comment.