소스 검색

Wrong header exported for progress interface

progress_ipc.h contains the interface for external processes.

Signed-off-by: Stefano Babic <sbabic@denx.de>
Stefano Babic 7 년 전
부모
커밋
596b0608d6
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      recipes-support/swupdate/swupdate.inc

+ 1 - 1
recipes-support/swupdate/swupdate.inc

@@ -125,7 +125,7 @@ do_install () {
   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 0644 ${S}/include/progress_ipc.h ${D}${includedir}
   install -m 0755 ${S}/ipc/lib.a ${D}${libdir}/libswupdate.a
 
   install -d ${D}${sysconfdir}/init.d