瀏覽代碼

swupdate: export include for the progress interface

Signed-off-by: Stefano Babic <sbabic@denx.de>
Stefano Babic 9 年之前
父節點
當前提交
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