diff --git a/meta-digi-dey/recipes-support/swupdate/swupdate/0001-Makefile-change-Makefile-to-build-swupdate-library-s.patch b/meta-digi-dey/recipes-support/swupdate/swupdate/0001-Makefile-change-Makefile-to-build-swupdate-library-s.patch index 11cbdf334..6b9339737 100644 --- a/meta-digi-dey/recipes-support/swupdate/swupdate/0001-Makefile-change-Makefile-to-build-swupdate-library-s.patch +++ b/meta-digi-dey/recipes-support/swupdate/swupdate/0001-Makefile-change-Makefile-to-build-swupdate-library-s.patch @@ -22,15 +22,15 @@ diff --git a/Makefile b/Makefile index cdcab69..9065a40 100644 --- a/Makefile +++ b/Makefile -@@ -364,6 +364,7 @@ include $(srctree)/Makefile.flags +@@ -371,6 +371,7 @@ include $(srctree)/Makefile.flags - objs-y := core handlers bootloader suricatta + objs-y := core handlers crypto bootloader suricatta libs-y := corelib mongoose parser fs containers +libs-y += ipc-static bindings-y := bindings tools-y := tools -@@ -479,6 +480,7 @@ install: all +@@ -486,6 +487,7 @@ install: all install -m 0644 $(srctree)/include/progress_ipc.h ${DESTDIR}/${INCLUDEDIR} install -m 0755 $(objtree)/${swupdate-ipc-lib} ${DESTDIR}/${LIBDIR} ln -sfr ${DESTDIR}/${LIBDIR}/${swupdate-ipc-lib} ${DESTDIR}/${LIBDIR}/libswupdate.so diff --git a/meta-digi-dey/recipes-support/swupdate/swupdate/0003-handlers-rdiff-handler-for-applying-librsync-s-rdiff.patch b/meta-digi-dey/recipes-support/swupdate/swupdate/0003-handlers-rdiff-handler-for-applying-librsync-s-rdiff.patch index 38c516b98..21617e53f 100644 --- a/meta-digi-dey/recipes-support/swupdate/swupdate/0003-handlers-rdiff-handler-for-applying-librsync-s-rdiff.patch +++ b/meta-digi-dey/recipes-support/swupdate/swupdate/0003-handlers-rdiff-handler-for-applying-librsync-s-rdiff.patch @@ -24,7 +24,7 @@ diff --git a/Makefile.flags b/Makefile.flags index 95c785c..5bdf520 100644 --- a/Makefile.flags +++ b/Makefile.flags -@@ -207,6 +207,10 @@ ifeq ($(CONFIG_RDIFFHANDLER),y) +@@ -227,6 +227,10 @@ ifeq ($(CONFIG_RDIFFHANDLER),y) LDLIBS += rsync endif @@ -39,7 +39,7 @@ diff --git a/configs/all_handlers_defconfig b/configs/all_handlers_defconfig index da4b28f..5da2d0d 100644 --- a/configs/all_handlers_defconfig +++ b/configs/all_handlers_defconfig -@@ -29,5 +29,6 @@ CONFIG_SHELLSCRIPTHANDLER=y +@@ -30,5 +30,6 @@ CONFIG_SHELLSCRIPTHANDLER=y CONFIG_SWUFORWARDER_HANDLER=y CONFIG_SSBLSWITCH=y CONFIG_UBIVOL=y