[oe-commits] [meta-openembedded] 09/35: iscsitarget: skip the arch test for kernel modules

git at git.openembedded.org git at git.openembedded.org
Wed Jan 27 11:47:44 UTC 2016


martin_jansa pushed a commit to branch master-next
in repository meta-openembedded.

commit b53115b393e735b8282e75390fc9bbd3a7a97521
Author: Jackie Huang <jackie.huang at windriver.com>
AuthorDate: Wed Nov 25 16:27:59 2015 +0800

    iscsitarget: skip the arch test for kernel modules
    
    Kernel modules may not have the same architecture as user space.
    So we tell INSANE_SKIP to skip checking the arch for the modules.
    This is consistent with other kernel modules and the kernel recipe.
    
    Signed-off-by: Jackie Huang <jackie.huang at windriver.com>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 .../recipes-extended/iscsitarget/iscsitarget_1.4.20.3+svn502.bb        | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/meta-networking/recipes-extended/iscsitarget/iscsitarget_1.4.20.3+svn502.bb b/meta-networking/recipes-extended/iscsitarget/iscsitarget_1.4.20.3+svn502.bb
index 48f73cb..0f82905 100644
--- a/meta-networking/recipes-extended/iscsitarget/iscsitarget_1.4.20.3+svn502.bb
+++ b/meta-networking/recipes-extended/iscsitarget/iscsitarget_1.4.20.3+svn502.bb
@@ -55,3 +55,6 @@ FILES_${PN} += "${sbindir} \
 
 RDEPENDS_${PN} = "kernel-module-iscsi-trgt"
 RRECOMMENDS_${PN} = "kernel-module-crc32c kernel-module-libcrc32c"
+
+# Skip the arch test for kernel modules
+INSANE_SKIP_kernel-module-iscsi-trgt = "arch"

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


More information about the Openembedded-commits mailing list