aboutsummaryrefslogtreecommitdiffstats
path: root/meta-extras
diff options
context:
space:
mode:
authorRoss Burton <ross@openedhand.com>2007-01-21 21:09:44 +0000
committerRoss Burton <ross@openedhand.com>2007-01-21 21:09:44 +0000
commitf682c4261a2584d796414196191a3a0e9d566b8a (patch)
treeef0b7671d54daa477b446c3db43111c6a7a956cf /meta-extras
parent02ee3a2571de39b6d4c8c85ef290951e6ee1a75f (diff)
downloadopenembedded-core-contrib-f682c4261a2584d796414196191a3a0e9d566b8a.tar.gz
Enable bash rdepends for dhcp-client, hopefully temporarily
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1186 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta-extras')
-rw-r--r--meta-extras/packages/dhcp/dhcp_3.0.2.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-extras/packages/dhcp/dhcp_3.0.2.bb b/meta-extras/packages/dhcp/dhcp_3.0.2.bb
index 74f99b3b4c..7fe97ed155 100644
--- a/meta-extras/packages/dhcp/dhcp_3.0.2.bb
+++ b/meta-extras/packages/dhcp/dhcp_3.0.2.bb
@@ -42,7 +42,7 @@ FILES_dhcp-server = "${sbindir}/dhcpd ${sysconfdir}/init.d/dhcp-server ${sysconf
FILES_dhcp-relay = "${sbindir}/dhcrelay ${sysconfdir}/init.d/dhcp-relay ${sysconfdir}/default/dhcp-relay"
FILES_dhcp-client = "${base_sbindir}/dhclient ${base_sbindir}/dhclient-script ${sysconfdir}/dhcp/dhclient.conf"
-#RDEPENDS_dhcp-client = "bash"
+RDEPENDS_dhcp-client = "bash"
FILES_dhcp-omshell = "${bindir}/omshell"