From eeb136c64ecaa364d4e332d0182865dc65f2a83b Mon Sep 17 00:00:00 2001 From: Jacob Kroon Date: Mon, 20 Sep 2021 22:46:19 +0200 Subject: junit/xom: Fix task dependency typo Signed-off-by: Jacob Kroon Signed-off-by: Richard Leitner --- recipes-core/xml-commons/xom_1.2.10.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes-core/xml-commons') diff --git a/recipes-core/xml-commons/xom_1.2.10.bb b/recipes-core/xml-commons/xom_1.2.10.bb index 2520405..42ad957 100644 --- a/recipes-core/xml-commons/xom_1.2.10.bb +++ b/recipes-core/xml-commons/xom_1.2.10.bb @@ -36,7 +36,7 @@ do_move_jaxen() { } -addtask move_jaxen after do_deletebinraries before do_patch +addtask move_jaxen after do_deletebinaries before do_patch do_compile() { mkdir -p build -- cgit v1.2.3-54-g00ecf