diff options
author | Yi Zhao <yi.zhao@windriver.com> | 2015-05-08 15:42:16 +0800 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-05-13 14:31:58 +0200 |
commit | af869ab5cff8dc5f809d99fd927bfb7c092f3a0d (patch) | |
tree | 3dd90309584f94bac51e37c8db54d1a583c0f483 /meta-oe/recipes-connectivity | |
parent | 937e6bce9bc65a8806d70b3aadeac24575a77615 (diff) | |
download | meta-openembedded-af869ab5cff8dc5f809d99fd927bfb7c092f3a0d.tar.gz |
smstools: fix PN -> BPN for multilib
Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-connectivity')
-rw-r--r-- | meta-oe/recipes-connectivity/smstools3/smstools3_3.1.15.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-connectivity/smstools3/smstools3_3.1.15.bb b/meta-oe/recipes-connectivity/smstools3/smstools3_3.1.15.bb index 7a72a1ed3..c4b6b60c1 100644 --- a/meta-oe/recipes-connectivity/smstools3/smstools3_3.1.15.bb +++ b/meta-oe/recipes-connectivity/smstools3/smstools3_3.1.15.bb | |||
@@ -12,7 +12,7 @@ SRC_URI[md5sum] = "0241ef60e646fac1a06254a848e61ed7" | |||
12 | SRC_URI[sha256sum] = "ed00ffaeaa312a5b4f969f4e97a64603a866bbe16e393ea02f5bf05234814d59" | 12 | SRC_URI[sha256sum] = "ed00ffaeaa312a5b4f969f4e97a64603a866bbe16e393ea02f5bf05234814d59" |
13 | 13 | ||
14 | 14 | ||
15 | S = "${WORKDIR}/${PN}" | 15 | S = "${WORKDIR}/${BPN}" |
16 | 16 | ||
17 | RDEPENDS_${PN} = "bash" | 17 | RDEPENDS_${PN} = "bash" |
18 | INITSCRIPT_NAME = "sms3" | 18 | INITSCRIPT_NAME = "sms3" |