]> code.ossystems Code Review - openembedded-core.git/commitdiff
Enable bash rdepends for dhcp-client, hopefully temporarily
authorRoss Burton <ross@openedhand.com>
Sun, 21 Jan 2007 21:09:44 +0000 (21:09 +0000)
committerRoss Burton <ross@openedhand.com>
Sun, 21 Jan 2007 21:09:44 +0000 (21:09 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1186 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta-extras/packages/dhcp/dhcp_3.0.2.bb

index 74f99b3b4c2fa616bc8bd350a63f3ff6029c312d..7fe97ed15567c039b7d646b3b10df6724569273e 100644 (file)
@@ -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"