[oe-commits] [openembedded-core] 15/20: bdwgc: installed-vs-shipped for nativesdk

git at git.openembedded.org git at git.openembedded.org
Fri Apr 8 07:06:09 UTC 2016


rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 7bbe8e79f5c010a12b8b0ec2693d55539fd67994
Author: Robert Yang <liezhi.yang at windriver.com>
AuthorDate: Thu Apr 7 00:34:31 2016 -0700

    bdwgc: installed-vs-shipped for nativesdk
    
    Fixed:
    ERROR: nativesdk-bdwgc-7.4.2-r0 do_package: QA Issue: nativesdk-bdwgc: Files/directories were installed but not shipped in any package:
      /opt/poky/2.0+snapshot/sysroots/x86_64-pokysdk-linux/usr/share
      /opt/poky/2.0+snapshot/sysroots/x86_64-pokysdk-linux/usr/share/gc
      /opt/poky/2.0+snapshot/sysroots/x86_64-pokysdk-linux/usr/share/gc/porting.html
      /opt/poky/2.0+snapshot/sysroots/x86_64-pokysdk-linux/usr/share/gc/gcinterface.html
      /opt/poky/2.0+snapshot/sysroots/x86_64-pokysdk-linux/usr/share/gc/gcdescr.html
      /opt/poky/2.0+snapshot/sysroots/x86_64-pokysdk-linux/usr/share/gc/README.solaris2
    
    [snip]
    
    This was caused by hardcode of datadir.
    
    Signed-off-by: Robert Yang <liezhi.yang at windriver.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-support/bdwgc/bdwgc_7.4.2.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-support/bdwgc/bdwgc_7.4.2.bb b/meta/recipes-support/bdwgc/bdwgc_7.4.2.bb
index efa4632..8d4dab3 100644
--- a/meta/recipes-support/bdwgc/bdwgc_7.4.2.bb
+++ b/meta/recipes-support/bdwgc/bdwgc_7.4.2.bb
@@ -28,7 +28,7 @@ SRC_URI = "git://github.com/ivmai/bdwgc.git;branch=release-7_4 \
            file://0002-Altera-NIOS2-support.patch \
           "
 
-FILES_${PN}-doc = "/usr/share"
+FILES_${PN}-doc = "${datadir}"
 
 S = "${WORKDIR}/git"
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list