diff options
Diffstat (limited to 'meta-oe/recipes-test/bats/bats_1.4.1.bb')
-rw-r--r-- | meta-oe/recipes-test/bats/bats_1.4.1.bb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/meta-oe/recipes-test/bats/bats_1.4.1.bb b/meta-oe/recipes-test/bats/bats_1.4.1.bb index b30055549..30e83457c 100644 --- a/meta-oe/recipes-test/bats/bats_1.4.1.bb +++ b/meta-oe/recipes-test/bats/bats_1.4.1.bb | |||
@@ -14,6 +14,12 @@ SRCREV = "54e965fa9d269c2b3ff9036d81f32bac3df0edea" | |||
14 | 14 | ||
15 | S = "${WORKDIR}/git" | 15 | S = "${WORKDIR}/git" |
16 | 16 | ||
17 | do_configure:prepend() { | ||
18 | sed -i 's:\$BATS_ROOT/lib:\$BATS_ROOT/${baselib}:g' ${S}/libexec/bats-core/bats | ||
19 | sed -i 's:\$BATS_ROOT/lib:\$BATS_ROOT/${baselib}:g' ${S}/libexec/bats-core/bats-exec-file | ||
20 | sed -i 's:\$BATS_ROOT/lib:\$BATS_ROOT/${baselib}:g' ${S}/libexec/bats-core/bats-exec-test | ||
21 | } | ||
22 | |||
17 | do_install() { | 23 | do_install() { |
18 | # Just a bunch of bash scripts to install | 24 | # Just a bunch of bash scripts to install |
19 | ${S}/install.sh ${D}${prefix} ${baselib} | 25 | ${S}/install.sh ${D}${prefix} ${baselib} |