[oe] [PATCH][master][fido][dizzy][meta-oe] llvm.inc: fix PACKAGES_DYNAMIC

akuster808 akuster808 at gmail.com
Fri Oct 16 19:07:06 UTC 2015


merged to staging


On 10/01/2015 07:03 AM, Martin Jansa wrote:
> * all dynamically created packages start with libllvm${LLVM_RELEASE}-
>   libllvm${LLVM_RELEASE}-%s-dbg
>   libllvm${LLVM_RELEASE}-%s
>   libllvm${LLVM_RELEASE}-%s-staticdev
> 
> Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
> ---
>  meta-oe/recipes-core/llvm/llvm.inc | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/meta-oe/recipes-core/llvm/llvm.inc b/meta-oe/recipes-core/llvm/llvm.inc
> index 0597be1..04c87aa 100644
> --- a/meta-oe/recipes-core/llvm/llvm.inc
> +++ b/meta-oe/recipes-core/llvm/llvm.inc
> @@ -132,7 +132,7 @@ FILES_${PN}-dev = "${bindir}/${LLVM_DIR} \
>                     ${libdir}/${LLVM_DIR}/LLVMHello.so \
>  "
>  
> -PACKAGES_DYNAMIC = "^libllvm-.*$"
> +PACKAGES_DYNAMIC = "^libllvm${LLVM_RELEASE}-.*$"
>  
>  INSANE_SKIP_${MLPREFIX}libllvm${LLVM_RELEASE}-llvm-${LLVM_RELEASE} += "dev-so"
>  
> 



More information about the Openembedded-devel mailing list