From aab71071d73d82ae6301dbd910422a311b5ecf4e Mon Sep 17 00:00:00 2001 From: Lianhao Lu Date: Fri, 16 Sep 2011 20:32:50 +0800 Subject: Misc: Added MLPREFIX to final pkg names in case of DEBIAN_NAMES. [YOCTO #1486] Added MLPREFIX to the final package names of library packages in case of DEBIAN_NAMES. (From OE-Core rev: 1162b78d6f99da52cd7d122e4295c618184e41cd) Signed-off-by: Lianhao Lu Signed-off-by: Richard Purdie --- meta/recipes-core/libxml/libxml2.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-core/libxml/libxml2.inc') diff --git a/meta/recipes-core/libxml/libxml2.inc b/meta/recipes-core/libxml/libxml2.inc index dfe6a9ad28..cf789b27ce 100644 --- a/meta/recipes-core/libxml/libxml2.inc +++ b/meta/recipes-core/libxml/libxml2.inc @@ -34,7 +34,7 @@ export LDFLAGS += "-ldl" python populate_packages_prepend () { # autonamer would call this libxml2-2, but we don't want that if bb.data.getVar('DEBIAN_NAMES', d, 1): - bb.data.setVar('PKG_libxml2', 'libxml2', d) + bb.data.setVar('PKG_libxml2', '${MLPREFIX}libxml2', d) } PACKAGES = "${PN}-dbg ${PN}-dev ${PN}-utils ${PN} ${PN}-doc ${PN}-locale" -- cgit v1.2.3-54-g00ecf