diff options
| author | Yi Zhao <yi.zhao@windriver.com> | 2015-05-08 15:42:30 +0800 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2015-08-03 09:06:59 -0700 |
| commit | 9b977afd65c930d56181d9668e7edc1467c6e153 (patch) | |
| tree | b706b7b7562a99492f7613adbb7071106ebc2aa6 /meta-oe | |
| parent | a879a4f5492e9a4a95fffc818a078e79a0e7f13a (diff) | |
| download | meta-openembedded-9b977afd65c930d56181d9668e7edc1467c6e153.tar.gz | |
soci: fix PN -> BPN for multilib
Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-oe')
| -rw-r--r-- | meta-oe/recipes-support/soci/soci_3.2.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/soci/soci_3.2.2.bb b/meta-oe/recipes-support/soci/soci_3.2.2.bb index 887f5a2b2b..d1964ebc6a 100644 --- a/meta-oe/recipes-support/soci/soci_3.2.2.bb +++ b/meta-oe/recipes-support/soci/soci_3.2.2.bb | |||
| @@ -9,7 +9,7 @@ SECTION = "libs" | |||
| 9 | DEPENDS = "boost" | 9 | DEPENDS = "boost" |
| 10 | 10 | ||
| 11 | 11 | ||
| 12 | SRC_URI = "${SOURCEFORGE_MIRROR}/project/${BPN}/${BPN}/${P}/${P}.tar.gz \ | 12 | SRC_URI = "${SOURCEFORGE_MIRROR}/project/${BPN}/${BPN}/${BP}/${BP}.tar.gz \ |
| 13 | file://soci_libdir.patch \ | 13 | file://soci_libdir.patch \ |
| 14 | " | 14 | " |
| 15 | SRC_URI[md5sum] = "bc3c35f6cd3f80a1be19fe30b3c111bf" | 15 | SRC_URI[md5sum] = "bc3c35f6cd3f80a1be19fe30b3c111bf" |
