summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/sgpio
diff options
context:
space:
mode:
authorYi Zhao <yi.zhao@windriver.com>2015-08-12 15:45:34 +0800
committerMartin Jansa <Martin.Jansa@gmail.com>2015-08-24 13:59:43 +0200
commit27f755bb92f1e2be93443c8d70580ae270c2d1ab (patch)
treef269fac57483d496198ca9602cb1b5725d11e0d9 /meta-oe/recipes-extended/sgpio
parentc113a2294ecfabc143e742c6362d176ae514727d (diff)
downloadmeta-openembedded-27f755bb92f1e2be93443c8d70580ae270c2d1ab.tar.gz
sgpio: 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/sgpio')
-rw-r--r--meta-oe/recipes-extended/sgpio/sgpio_1.2.0.10.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-extended/sgpio/sgpio_1.2.0.10.bb b/meta-oe/recipes-extended/sgpio/sgpio_1.2.0.10.bb
index 9807a31b9..ed7c413fd 100644
--- a/meta-oe/recipes-extended/sgpio/sgpio_1.2.0.10.bb
+++ b/meta-oe/recipes-extended/sgpio/sgpio_1.2.0.10.bb
@@ -8,7 +8,7 @@ SRC_URI = " \
8SRC_URI[md5sum] = "a417bf68da4e9bd79a4664c11d7debd1" 8SRC_URI[md5sum] = "a417bf68da4e9bd79a4664c11d7debd1"
9SRC_URI[sha256sum] = "9bf8c42acaa247efd9321bdb1fc2390022f0c554d77fbbd4a7363d990fc0270b" 9SRC_URI[sha256sum] = "9bf8c42acaa247efd9321bdb1fc2390022f0c554d77fbbd4a7363d990fc0270b"
10 10
11S = "${WORKDIR}/${PN}" 11S = "${WORKDIR}/${BPN}"
12 12
13LICENSE = "GPLv2+" 13LICENSE = "GPLv2+"
14LIC_FILES_CHKSUM = "file://LICENSE_GPL;md5=393a5ca445f6965873eca0259a17f833" 14LIC_FILES_CHKSUM = "file://LICENSE_GPL;md5=393a5ca445f6965873eca0259a17f833"