diff mbox series

Wrong header exported for progress interface

Message ID 1527143574-8833-1-git-send-email-sbabic@denx.de
State Accepted
Headers show
Series Wrong header exported for progress interface | expand

Commit Message

Stefano Babic May 24, 2018, 6:32 a.m. UTC
progress_ipc.h contains the interface for external processes.

Signed-off-by: Stefano Babic <sbabic@denx.de>
---
 recipes-support/swupdate/swupdate.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/recipes-support/swupdate/swupdate.inc b/recipes-support/swupdate/swupdate.inc
index c71c926..32a9c1a 100644
--- a/recipes-support/swupdate/swupdate.inc
+++ b/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