[oe-commits] [openembedded-core] 02/05: libtirpc: Extend to native and nativesdk recipes

git at git.openembedded.org git at git.openembedded.org
Thu Mar 15 01:16:29 UTC 2018


This is an automated email from the git hooks/post-receive script.

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

commit 2cc3176f88ebfe4b040364e2ed9d373a9464e51f
Author: Khem Raj <raj.khem at gmail.com>
AuthorDate: Sun Mar 11 21:40:52 2018 -0700

    libtirpc: Extend to native and nativesdk recipes
    
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-extended/libtirpc/libtirpc_1.0.1.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta/recipes-extended/libtirpc/libtirpc_1.0.1.bb b/meta/recipes-extended/libtirpc/libtirpc_1.0.1.bb
index e321d47..2b777fb 100644
--- a/meta/recipes-extended/libtirpc/libtirpc_1.0.1.bb
+++ b/meta/recipes-extended/libtirpc/libtirpc_1.0.1.bb
@@ -38,3 +38,5 @@ do_configure_prepend () {
 do_install_append() {
         chown root:root ${D}${sysconfdir}/netconfig
 }
+
+BBCLASSEXTEND = "native nativesdk"

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


More information about the Openembedded-commits mailing list