From 9ee0d23d43b4add9d381048ea8499bb250f7e34e Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Wed, 20 Jun 2018 11:00:12 +0000 Subject: libtool: respect VIRTUAL-RUNTIME_bash --- meta/recipes-devtools/libtool/libtool_2.4.6.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'meta/recipes-devtools/libtool/libtool_2.4.6.bb') diff --git a/meta/recipes-devtools/libtool/libtool_2.4.6.bb b/meta/recipes-devtools/libtool/libtool_2.4.6.bb index b02620b4b4..44a379dff2 100644 --- a/meta/recipes-devtools/libtool/libtool_2.4.6.bb +++ b/meta/recipes-devtools/libtool/libtool_2.4.6.bb @@ -1,6 +1,8 @@ require libtool-${PV}.inc -RDEPENDS_${PN} += "bash" +VIRTUAL-RUNTIME_bash ?= "bash" +RDEPENDS_${PN}_append_class-target = " ${VIRTUAL-RUNTIME_bash}" +RDEPENDS_${PN}_remove = "bash" # # We want the results of libtool-cross preserved - don't stage anything ourselves. -- cgit 1.2.3-korg