]> git.webhop.me Git - bs-cst-neutrino-hd.git/commitdiff
fix aio-grab build version
authorMarkham <markham001@gmx.de>
Sun, 30 Nov 2025 12:10:58 +0000 (13:10 +0100)
committerMarkham <markham001@gmx.de>
Sun, 30 Nov 2025 12:10:58 +0000 (13:10 +0100)
make/applications.mk

index 60c5147218e1de81b08a508bf815d218b022436a..0fd5aecb83eac1f476aa56c8dd99288d6464402f 100755 (executable)
@@ -910,6 +910,7 @@ $(D)/mc: $(D)/libncurses $(D)/libglib2 $(ARCHIVE)/mc-$(MC_VER).tar.xz | $(TARGET
 #
 # aio-grab
 #
+AIO_GRAB_VERSION = 32e30fed
 AIO_PATCH  = aio-grab/0001-automake_macros.patch
 AIO_PATCH += aio-grab/0002-screenshots-for-pip-devices.patch
 
@@ -919,7 +920,9 @@ $(D)/aio-grab: $(D)/zlib $(D)/libpng $(D)/libjpeg | $(TARGETPREFIX)
        cd $(BUILD_TMP); \
        git clone https://github.com/oe-alliance/aio-grab.git aio-grab; \
        cd aio-grab; \
+               git checkout 32e30fed; \
                $(call apply_patches, $(AIO_PATCH)); \
+               find . -name '*.rej' | grep -q . && { echo "Patch-Hunks fehlgeschlagen!"; exit 1; }; \
                aclocal --force -I m4; \
                autoconf --force; \
                automake --add-missing --copy --force-missing --foreign; \