diff options
author | Yi Zhao <yi.zhao@windriver.com> | 2015-08-12 15:45:34 +0800 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-08-24 13:59:43 +0200 |
commit | 27f755bb92f1e2be93443c8d70580ae270c2d1ab (patch) | |
tree | f269fac57483d496198ca9602cb1b5725d11e0d9 /meta-oe/recipes-extended/sgpio | |
parent | c113a2294ecfabc143e742c6362d176ae514727d (diff) | |
download | meta-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.bb | 2 |
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 = " \ | |||
8 | SRC_URI[md5sum] = "a417bf68da4e9bd79a4664c11d7debd1" | 8 | SRC_URI[md5sum] = "a417bf68da4e9bd79a4664c11d7debd1" |
9 | SRC_URI[sha256sum] = "9bf8c42acaa247efd9321bdb1fc2390022f0c554d77fbbd4a7363d990fc0270b" | 9 | SRC_URI[sha256sum] = "9bf8c42acaa247efd9321bdb1fc2390022f0c554d77fbbd4a7363d990fc0270b" |
10 | 10 | ||
11 | S = "${WORKDIR}/${PN}" | 11 | S = "${WORKDIR}/${BPN}" |
12 | 12 | ||
13 | LICENSE = "GPLv2+" | 13 | LICENSE = "GPLv2+" |
14 | LIC_FILES_CHKSUM = "file://LICENSE_GPL;md5=393a5ca445f6965873eca0259a17f833" | 14 | LIC_FILES_CHKSUM = "file://LICENSE_GPL;md5=393a5ca445f6965873eca0259a17f833" |