Pārlūkot izejas kodu

Fixed regression issue after 9cc528711ad38ba2fee06746b7dd80260d9767ce

swupdate_unstripped was built and directly installed without first changing install name.

Signed-off-by: Ken Sloat <ksloat@aampglobal.com>
Ken Sloat 7 gadi atpakaļ
vecāks
revīzija
a6444aae7d
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  1. 2 2
      recipes-support/swupdate/swupdate.inc

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

@@ -97,12 +97,12 @@ do_configure () {
 do_compile() {
   unset CFLAGS CPPFLAGS CXXFLAGS LDFLAGS
   oe_runmake swupdate_unstripped
-
+  cp swupdate_unstripped swupdate
 }
 
 do_install () {
   install -d ${D}${bindir}/
-  install -m 0755 swupdate_unstripped ${D}${bindir}/
+  install -m 0755 swupdate ${D}${bindir}/
 
   install -m 0755 -d ${D}/www
   if [ -d ${S}/web-app ];then