Parcourir la source

rsync: add nativesdk to BBCLASSEXTEND

Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Nathan Rossi il y a 3 ans
Parent
commit
ec828ee8d8
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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"