mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-14 19:25:41 +00:00
bats: upgrade 1.1.0 -> 1.3.0
Add 'pretty' PACKAGECONFIG option with ncurses runtime dependency. This option allows to display test results with '--formatter pretty|-p' bats command line option. Signed-off-by: Kamil Dziezyk <kamil.dziezyk@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit df625750c681365b8ed1fbd746cbe054437395cb) Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
parent
6b937081d9
commit
650bdf6889
@ -8,8 +8,8 @@ LIC_FILES_CHKSUM = "file://LICENSE.md;md5=2970203aedf9e829edb96a137a4fe81b"
|
|||||||
|
|
||||||
SRC_URI = "git://github.com/bats-core/bats-core.git \
|
SRC_URI = "git://github.com/bats-core/bats-core.git \
|
||||||
"
|
"
|
||||||
# v1.1.0
|
# v1.3.0
|
||||||
SRCREV = "c706d1470dd1376687776bbe985ac22d09780327"
|
SRCREV = "9086c47854652f2731861b40385689c85f12103f"
|
||||||
|
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
@ -18,4 +18,8 @@ do_install() {
|
|||||||
${S}/install.sh ${D}${prefix}
|
${S}/install.sh ${D}${prefix}
|
||||||
}
|
}
|
||||||
|
|
||||||
RDEPENDS_bats = "bash"
|
RDEPENDS_${PN} = "bash"
|
||||||
|
FILES_${PN} += "${libdir}/bats-core/*"
|
||||||
|
|
||||||
|
PACKAGECONFIG ??= "pretty"
|
||||||
|
PACKAGECONFIG[pretty] = ",,,ncurses"
|
||||||
Loading…
x
Reference in New Issue
Block a user