diff options
author | John Klug <john.klug@multitech.com> | 2019-03-19 12:01:52 -0500 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2019-07-03 11:22:01 -0500 |
commit | d8f5de91b58f0301fccd42e824c1d06577c156ba (patch) | |
tree | 2690c42be8c70c8efd71ba0ea7cbad0b42efabb2 /recipes-kernel | |
parent | 05ff86be0b41c5f082c777153b73c949a2e07637 (diff) | |
download | meta-multitech-d8f5de91b58f0301fccd42e824c1d06577c156ba.tar.gz meta-multitech-d8f5de91b58f0301fccd42e824c1d06577c156ba.tar.bz2 meta-multitech-d8f5de91b58f0301fccd42e824c1d06577c156ba.zip |
rs9113-autostart depends on rs9113-noarch
Diffstat (limited to 'recipes-kernel')
-rw-r--r-- | recipes-kernel/rs9113/rs9113.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-kernel/rs9113/rs9113.inc b/recipes-kernel/rs9113/rs9113.inc index a229f20..26eeb84 100644 --- a/recipes-kernel/rs9113/rs9113.inc +++ b/recipes-kernel/rs9113/rs9113.inc @@ -25,6 +25,7 @@ FILESEXTRAPATHS_append := "${DR}:" INITSCRIPT_PACKAGES = "${PN}-autostart" INITSCRIPT_NAME_${PN}-autostart = "rs9113" INITSCRIPT_PARAMS_${PN}-autostart = "start 50 S ." +RDEPENDS_${PN}-autostart = "${PN}-noarch" BB_STRICT_CHECKSUM = "0" |