]> code.ossystems Code Review - meta-freescale.git/commitdiff
hypervisor: skip already-stripped check
authorTing Liu <b28495@freescale.com>
Tue, 1 Jul 2014 10:05:45 +0000 (05:05 -0500)
committerZhenhua Luo <zhenhua.luo@freescale.com>
Tue, 8 Jul 2014 10:14:47 +0000 (18:14 +0800)
partman binary was set to be stripped in source code

Signed-off-by: Ting Liu <b28495@freescale.com>
meta-fsl-ppc/recipes-virtualization/hypervisor/hypervisor_git.bb

index 2fc2f25e9bcb88bde71c20ad8fea4517f6956253..4add9f304cdf0981a7162898528e67c144aabbc8 100644 (file)
@@ -86,6 +86,7 @@ do_deploy_append() {
        rm -f ${B}/../hv
 }
 
+INSANE_SKIP_${PN} = 'already-stripped'
 INHIBIT_PACKAGE_DEBUG_SPLIT = "1"
 ALLOW_EMPTY_${PN} = "1"
 PACKAGES_prepend = "${PN}-image ${PN}-partman "