diff options
author | Yi Zhao <yi.zhao@windriver.com> | 2015-05-08 15:42:17 +0800 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-05-13 14:31:58 +0200 |
commit | 36f4f10e5258d0359a4431c8e959ae9a01ddbe85 (patch) | |
tree | 9e27e9feb446538b16ffdbe29dce870e842c9fa0 /meta-oe/recipes-extended/hexedit | |
parent | af869ab5cff8dc5f809d99fd927bfb7c092f3a0d (diff) | |
download | meta-openembedded-36f4f10e5258d0359a4431c8e959ae9a01ddbe85.tar.gz |
hexedit: 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-extended/hexedit')
-rw-r--r-- | meta-oe/recipes-extended/hexedit/hexedit_1.2.13.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-extended/hexedit/hexedit_1.2.13.bb b/meta-oe/recipes-extended/hexedit/hexedit_1.2.13.bb index c2f063038..39df5b2b3 100644 --- a/meta-oe/recipes-extended/hexedit/hexedit_1.2.13.bb +++ b/meta-oe/recipes-extended/hexedit/hexedit_1.2.13.bb | |||
@@ -14,4 +14,4 @@ SRC_URI[sha256sum] = "6a126da30a77f5c0b08038aa7a881d910e3b65d13767fb54c58c983963 | |||
14 | 14 | ||
15 | inherit autotools-brokensep | 15 | inherit autotools-brokensep |
16 | 16 | ||
17 | S = "${WORKDIR}/${PN}" | 17 | S = "${WORKDIR}/${BPN}" |