diff options
author | John Klug <john.klug@multitech.com> | 2019-08-15 17:18:47 -0500 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2019-11-11 09:30:13 -0600 |
commit | 9b989cf6bab18453e006abf299059673096dbf3a (patch) | |
tree | b22286dcd9b8935c6cf45a13a172c882a72ab5b9 | |
parent | 0231e2ed6b38a632042f37ac7f0e21837915012e (diff) | |
download | meta-multitech-9b989cf6bab18453e006abf299059673096dbf3a.tar.gz meta-multitech-9b989cf6bab18453e006abf299059673096dbf3a.tar.bz2 meta-multitech-9b989cf6bab18453e006abf299059673096dbf3a.zip |
rs9113-btclonly depends on rs9113-noarch
-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 a22dcdf..be7c994 100644 --- a/recipes-kernel/rs9113/rs9113.inc +++ b/recipes-kernel/rs9113/rs9113.inc @@ -19,6 +19,7 @@ PACKAGE_ARCH_${PN}-dbg = "${TUNE_PKGARCH}" PACKAGE_ARCH_${PN}-btclonly = "all" RDEPENDS_${PN}-noarch = "bash" RDEPENDS_${PN}-misc = "bash" +RDEPENDS_${PN}-btclonly = "${PN}-noarch" ALLOW_EMPTY_${PN}-btclonly = "1" |