Explorar el Código

rsync: add nativesdk to BBCLASSEXTEND

Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Nathan Rossi hace 3 años
padre
commit
ec828ee8d8
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      meta/recipes-devtools/rsync/rsync_3.2.3.bb

+ 1 - 1
meta/recipes-devtools/rsync/rsync_3.2.3.bb

@@ -55,4 +55,4 @@ do_install_append() {
 	install -m 0644 ${WORKDIR}/rsyncd.conf ${D}${sysconfdir}
 }
 
-BBCLASSEXTEND = "native"
+BBCLASSEXTEND = "native nativesdk"