Explorar o código

swupdate: export include for the progress interface

Signed-off-by: Stefano Babic <sbabic@denx.de>
Stefano Babic %!s(int64=9) %!d(string=hai) anos
pai
achega
80a322951f
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      recipes-support/swupdate/swupdate.inc

+ 2 - 0
recipes-support/swupdate/swupdate.inc

@@ -96,6 +96,8 @@ do_install () {
   install -d ${D}${libdir}/
   install -d ${D}${includedir}/
   install -m 0644 ${S}include/network_ipc.h ${D}${includedir}
+  install -m 0644 ${S}include/swupdate_status.h ${D}${includedir}
+  install -m 0644 ${S}include/progress.h ${D}${includedir}
   install -m 0755 ${S}ipc/lib.a ${D}${libdir}/libswupdate.a
 
   install -d ${D}${sysconfdir}/init.d