diff options
author | Changhyeok Bae <changhyeok.bae@gmail.com> | 2017-12-24 17:03:44 +0000 |
---|---|---|
committer | Changhyeok Bae <changhyeok.bae@gmail.com> | 2018-01-23 22:19:04 +0900 |
commit | 1128153a0b861994a3d3c688d9105ca937a00b6b (patch) | |
tree | ad01cd545175a1334595994389d3a43d421cd3c2 /recipes-config/unicens-config/unicens-config.bb | |
parent | 8721115bb817698a75bdf228d91df5ceefad426f (diff) |
unicens-config: Add bash to rdeps
Fixes
QA Issue: /usr/bin/unicens-config.sh contained in package unicens-config
requires /bin/bash , but no providers found in RDEPENDS_unicens-config?
[file-rdeps]
Bug-AGL: SPEC-1181
Change-Id: I6d7ec9487d22c05ce531b38f997d376ae24d8863
Signed-off-by: Changhyeok Bae <changhyeok.bae@gmail.com>
Diffstat (limited to 'recipes-config/unicens-config/unicens-config.bb')
-rw-r--r-- | recipes-config/unicens-config/unicens-config.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes-config/unicens-config/unicens-config.bb b/recipes-config/unicens-config/unicens-config.bb index 706b2c87e..f33ffb295 100644 --- a/recipes-config/unicens-config/unicens-config.bb +++ b/recipes-config/unicens-config/unicens-config.bb @@ -2,11 +2,14 @@ DESCRIPTION = "Configure MOST driver" LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" +RDEPENDS_${PN} = "bash" + SRC_URI = "\ file://unicens-config.service \ file://unicens-config.sh \ " + inherit systemd SYSTEMD_PACKAGES = "${PN}" |