diff options
author | Khem Raj <raj.khem@gmail.com> | 2018-03-11 21:40:52 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-03-15 15:38:18 -0700 |
commit | 378fe001b04161d36ab8b13a02014969eaed1e30 (patch) | |
tree | 6b34be6918ac2c86bb5083a07717795ba5c9dab4 | |
parent | edd50a4ebad7f4c0cc418e07f2454ea6ff7c575d (diff) | |
download | poky-378fe001b04161d36ab8b13a02014969eaed1e30.tar.gz |
libtirpc: Extend to native and nativesdk recipes
(From OE-Core rev: 066f99b3712cac0bc10e8773e814ce960f3be39c)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-extended/libtirpc/libtirpc_1.0.2.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-extended/libtirpc/libtirpc_1.0.2.bb b/meta/recipes-extended/libtirpc/libtirpc_1.0.2.bb index 1a73de9db0..99212600e0 100644 --- a/meta/recipes-extended/libtirpc/libtirpc_1.0.2.bb +++ b/meta/recipes-extended/libtirpc/libtirpc_1.0.2.bb | |||
@@ -29,3 +29,5 @@ EXTRA_OECONF = "--disable-gssapi" | |||
29 | do_install_append() { | 29 | do_install_append() { |
30 | chown root:root ${D}${sysconfdir}/netconfig | 30 | chown root:root ${D}${sysconfdir}/netconfig |
31 | } | 31 | } |
32 | |||
33 | BBCLASSEXTEND = "native nativesdk" | ||