Преглед изворни кода

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