Quellcode durchsuchen

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 vor 7 Jahren
Ursprung
Commit
596b0608d6
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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