Skip to content

Commit ff14a08

Browse files
committed
tests: do not install licenses
1 parent 5a0775e commit ff14a08

5 files changed

Lines changed: 15 additions & 0 deletions

File tree

tests/cross-platform/recipes/cmake/greeter.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
inherit: [ "basement::rootrecipe", cmake ]
22

3+
privateEnvironment:
4+
BASEMENT_ADD_LICENSE: "false"
5+
36
checkoutSCM:
47
scm: import
58
url: src/greeter/

tests/cross-platform/recipes/cmake/libgreet.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
inherit: [cmake]
22

3+
privateEnvironment:
4+
BASEMENT_ADD_LICENSE: "false"
5+
36
depends:
47
- cmake::libholler-dev
58
- use: []

tests/cross-platform/recipes/cmake/libholler.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
inherit: [cmake]
22

3+
privateEnvironment:
4+
BASEMENT_ADD_LICENSE: "false"
5+
36
checkoutSCM:
47
scm: import
58
url: src/libholler/

tests/linux/recipes/meson/greeter.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
inherit: [ "basement::rootrecipe", meson ]
22

3+
privateEnvironment:
4+
BASEMENT_ADD_LICENSE: "false"
5+
36
root: !expr |
47
"${BOB_HOST_PLATFORM}" == "linux"
58

tests/linux/recipes/meson/libholler.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
inherit: [meson]
22

3+
privateEnvironment:
4+
BASEMENT_ADD_LICENSE: "false"
5+
36
checkoutSCM:
47
scm: import
58
url: src/libholler/

0 commit comments

Comments
 (0)