busybox: Move it to the recipes-core directory to match the naming

Jan pointed out that the original busybox is inside the recipes-core
directory, move it there as well.
This commit is contained in:
Holger Hans Peter Freyther 2013-02-07 13:31:55 +01:00 committed by Holger Hans Peter Freyther
parent b62f6083a5
commit 6431d35a85
6 changed files with 4 additions and 4 deletions

View File

@ -23,8 +23,8 @@ case "$1" in
echo "Not restarting $DESC: $NAME... "
;;
reload)
echo -n "reloading $DESC: $NAME... "
killall -HUP $(basename ${DAEMON})
echo -n "reloading $DESC: $NAME... "
killall -HUP $(basename ${DAEMON})
echo "done."
;;
*)

View File

@ -1 +1 @@
require recipes-apps/busybox/${PN}_sysmocom.inc
require recipes-core/busybox/${PN}_sysmocom.inc

View File

@ -1 +1 @@
require recipes-apps/busybox/${PN}_sysmocom.inc
require recipes-core/busybox/${PN}_sysmocom.inc