diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-06-10 09:09:14 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-06-13 22:38:05 +0100 |
commit | 942aa8e292f0011a4ea71d44a3f3b8d0eabd679b (patch) | |
tree | 421d07e60c6e7da873dd2ef81fbce92a62358dc2 /meta/recipes-bsp/usbinit | |
parent | 6ba221bd520733ae231707a3e6cd11397e25ced0 (diff) | |
download | poky-942aa8e292f0011a4ea71d44a3f3b8d0eabd679b.tar.gz |
usbinit: Inherit allarch as its a generic script
Diffstat (limited to 'meta/recipes-bsp/usbinit')
-rw-r--r-- | meta/recipes-bsp/usbinit/usbinit.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-bsp/usbinit/usbinit.bb b/meta/recipes-bsp/usbinit/usbinit.bb index 834649b99f..6170362c33 100644 --- a/meta/recipes-bsp/usbinit/usbinit.bb +++ b/meta/recipes-bsp/usbinit/usbinit.bb | |||
@@ -14,9 +14,9 @@ do_install() { | |||
14 | install -d ${D}/etc | 14 | install -d ${D}/etc |
15 | install -d ${D}/etc/init.d | 15 | install -d ${D}/etc/init.d |
16 | install usb-gether ${D}/etc/init.d | 16 | install usb-gether ${D}/etc/init.d |
17 | } | 17 | } |
18 | 18 | ||
19 | inherit update-rc.d | 19 | inherit update-rc.d allarch |
20 | 20 | ||
21 | INITSCRIPT_NAME = "usb-gether" | 21 | INITSCRIPT_NAME = "usb-gether" |
22 | INITSCRIPT_PARAMS = "start 99 5 2 . stop 20 0 1 6 ." | 22 | INITSCRIPT_PARAMS = "start 99 5 2 . stop 20 0 1 6 ." |