[oe] [meta-oe][PATCH 4/5] ctdb: rdep on bash

Christopher Larson kergoth at gmail.com
Thu Nov 12 20:17:24 UTC 2015


From: Christopher Larson <chris_larson at mentor.com>

onnode is a shell script with bashisms and bash #!.

Signed-off-by: Christopher Larson <chris_larson at mentor.com>
---
 meta-oe/recipes-support/ctdb/ctdb_2.5.1.bb | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/meta-oe/recipes-support/ctdb/ctdb_2.5.1.bb b/meta-oe/recipes-support/ctdb/ctdb_2.5.1.bb
index 3731efd..5718c5f 100644
--- a/meta-oe/recipes-support/ctdb/ctdb_2.5.1.bb
+++ b/meta-oe/recipes-support/ctdb/ctdb_2.5.1.bb
@@ -41,3 +41,6 @@ do_install_append() {
 SYSTEMD_SERVICE_${PN} = "ctdb.service"
 
 FILES_${PN} += "/run"
+
+# onnode is a shell script with bashisms and bash #!
+RDEPENDS_${PN} += "bash"
-- 
2.2.1




More information about the Openembedded-devel mailing list