summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJackie Huang <jackie.huang@windriver.com>2014-04-09 14:27:08 +0800
committerMartin Jansa <Martin.Jansa@gmail.com>2014-04-20 13:25:43 +0200
commit775e96a82b155cc21e9b39e3f11a756dcc6676a9 (patch)
tree3f39ab38f89b87d8182f09975d17ffaa17ef4f45
parent8526864a8130a252f648f7aa6eef19444c8d0891 (diff)
downloadmeta-openembedded-775e96a82b155cc21e9b39e3f11a756dcc6676a9.tar.gz
eject: fix multilib builds
Use BPN instead of PN, BP instead of P to fix the multilib builds. Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com> Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r--meta-oe/recipes-support/eject/eject_2.1.5.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/eject/eject_2.1.5.bb b/meta-oe/recipes-support/eject/eject_2.1.5.bb
index 3f2c90dc4..98319a35b 100644
--- a/meta-oe/recipes-support/eject/eject_2.1.5.bb
+++ b/meta-oe/recipes-support/eject/eject_2.1.5.bb
@@ -5,12 +5,12 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b"
5 5
6inherit autotools gettext update-alternatives 6inherit autotools gettext update-alternatives
7 7
8SRC_URI = "http://sources.openembedded.org/${P}.tar.gz" 8SRC_URI = "http://sources.openembedded.org/${BP}.tar.gz"
9 9
10SRC_URI[md5sum] = "b96a6d4263122f1711db12701d79f738" 10SRC_URI[md5sum] = "b96a6d4263122f1711db12701d79f738"
11SRC_URI[sha256sum] = "ef9f7906484cfde4ba223b2682a37058f9a3c7d3bb1adda7a34a67402e2ffe55" 11SRC_URI[sha256sum] = "ef9f7906484cfde4ba223b2682a37058f9a3c7d3bb1adda7a34a67402e2ffe55"
12 12
13S = "${WORKDIR}/${PN}" 13S = "${WORKDIR}/${BPN}"
14 14
15PR = "r1" 15PR = "r1"
16 16