aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/openct
diff options
context:
space:
mode:
authorYi Zhao <yi.zhao@windriver.com>2015-05-08 15:42:28 +0800
committerMartin Jansa <Martin.Jansa@gmail.com>2015-05-13 14:32:01 +0200
commit76e34afc7d62f7dbfb681a65e8dc24e71a87f00c (patch)
tree8e6abdfe708f73f3af277f9a7b0219af8ef68b91 /meta-oe/recipes-support/openct
parent4afda201edfdf6e9ff56ec49dee30b889e3f0e56 (diff)
downloadmeta-openembedded-contrib-76e34afc7d62f7dbfb681a65e8dc24e71a87f00c.tar.gz
openct: 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-support/openct')
-rw-r--r--meta-oe/recipes-support/openct/openct_0.6.20.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/openct/openct_0.6.20.bb b/meta-oe/recipes-support/openct/openct_0.6.20.bb
index 70c73fd6e6..3197845507 100644
--- a/meta-oe/recipes-support/openct/openct_0.6.20.bb
+++ b/meta-oe/recipes-support/openct/openct_0.6.20.bb
@@ -10,7 +10,7 @@ readers to remote machines via TCP/IP."
DEPENDS += "libtool pcsc-lite libusb-compat"
SRC_URI = " \
- ${DEBIAN_MIRROR}/main/o/${PN}/${PN}_${PV}.orig.tar.gz \
+ ${DEBIAN_MIRROR}/main/o/${BPN}/${BPN}_${PV}.orig.tar.gz \
file://etc-openct.udev.in-disablePROGRAM.patch \
file://etc-openct_usb.in-modify-UDEVINFO.patch \
file://openct.init \