Просмотр исходного кода

swupdate: export include for the progress interface

Signed-off-by: Stefano Babic <sbabic@denx.de>
Stefano Babic 9 лет назад
Родитель
Сommit
80a322951f
1 измененных файлов с 2 добавлено и 0 удалено
  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