[oe] [meta-oe][PATCH 2/2] libvncserver: fix PN -> BPN for multilib

Yi Zhao yi.zhao at windriver.com
Wed Dec 30 08:49:16 UTC 2015


Signed-off-by: Yi Zhao <yi.zhao at windriver.com>
---
 .../libvncserver/libvncserver_0.9.10.bb            |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-graphics/libvncserver/libvncserver_0.9.10.bb b/meta-oe/recipes-graphics/libvncserver/libvncserver_0.9.10.bb
index 4eea6ff..235b17e 100644
--- a/meta-oe/recipes-graphics/libvncserver/libvncserver_0.9.10.bb
+++ b/meta-oe/recipes-graphics/libvncserver/libvncserver_0.9.10.bb
@@ -19,6 +19,6 @@ SRC_URI  = "\
 SRC_URI[md5sum] = "e883b6c7bd339a5e1c48645051abe5c4"
 SRC_URI[sha256sum] = "583f28869b82aec57768d7d18cd7ff81bf092ecbbc1209b587c2c2cd68330250"
 
-S = "${WORKDIR}/${PN}-LibVNCServer-${PV}"
+S = "${WORKDIR}/${BPN}-LibVNCServer-${PV}"
 
 TARGET_LDFLAGS += "-lgcrypt"
-- 
1.7.9.5




More information about the Openembedded-devel mailing list