From: Dongxiao Xu Date: Thu, 18 Aug 2011 06:55:33 +0000 (+0800) Subject: acl: Use BPN instead of PN for style like lib${PN} X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~44445 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=58c66c0ef6f9233a308362f0aad36a753206770c;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git acl: Use BPN instead of PN for style like lib${PN} When supporting multilib, ${PN} will be extended with MLPREFIX. However if a package name contains ${PN} with styles like lib${PN}, such extension will cause error. Use BPN in this case. Signed-off-by: Dongxiao Xu --- diff --git a/meta/recipes-support/attr/acl.inc b/meta/recipes-support/attr/acl.inc index 15a87a5a0f4..b5045172378 100644 --- a/meta/recipes-support/attr/acl.inc +++ b/meta/recipes-support/attr/acl.inc @@ -4,7 +4,7 @@ SECTION = "libs" LICENSE = "LGPLv2.1+ & GPLv2+" LICENSE_${PN} = "GPLv2+" -LICENSE_lib${PN} = "LGPLv2.1+" +LICENSE_lib${BPN} = "LGPLv2.1+" LIC_FILES_CHKSUM = "file://doc/COPYING;md5=c781d70ed2b4d48995b790403217a249 \ file://doc/COPYING.LGPL;md5=9e9a206917f8af112da634ce3ab41764"