]> git.webhop.me Git - bs-cst-neutrino-hd.git/commitdiff
add target aio-grab; build fbshot only for cst
authorMarkham <markham001@gmx.de>
Sun, 25 Mar 2018 15:47:32 +0000 (17:47 +0200)
committerMarkham <markham001@gmx.de>
Sun, 25 Mar 2018 15:47:32 +0000 (17:47 +0200)
make/applications.mk
make/bootstrap.mk
make/neutrino.mk

index b8631ef00280d90800a5919a9978abc86fe7ccc3..b392f075e51cd8bbd9c99c29d9a12fb288273520 100755 (executable)
@@ -756,6 +756,29 @@ $(D)/ofgwrite: $(ARCHIVE)/ofgwrite-git-$(OFGWRITE_VER).tar.bz2 | $(TARGETPREFIX)
        $(REMOVE)/ofgwrite-git-$(OFGWRITE_VER)
        $(TOUCH)
 
+#
+# ofgwrite
+#
+$(D)/aio-grab: $(D)/zlib $(D)/libpng $(D)/libjpeg | $(TARGETPREFIX)
+       $(START_BUILD)
+       $(REMOVE)/aio-grab
+       cd $(BUILD_TMP); \
+       git clone git://github.com/oe-alliance/aio-grab.git aio-grab; \
+       cd aio-grab; \
+               aclocal --force -I m4; \
+               libtoolize --copy --ltdl --force; \
+               autoconf --force; \
+               automake --add-missing --copy --force-missing --foreign; \
+               $(CONFIGURE) \
+                       --target=$(TARGET) \
+                       --prefix= \
+                       --enable-silent-rules \
+               ; \
+               $(MAKE) all; \
+               $(MAKE) install DESTDIR=$(TARGETPREFIX)
+       $(REMOVE)/aio-grab
+       $(TOUCH)
+
 #
 # ethtool
 #
index f08feac4cdc0371a6816420df84f99a62e394837..7b5f4633a454b0115540f6708fbc55b3b366e012 100755 (executable)
@@ -24,14 +24,17 @@ bootstrap: $(BOOTSTRAP)
 SYSTEM_TOOLS  = $(D)/busybox
 SYSTEM_TOOLS += $(D)/zlib
 SYSTEM_TOOLS += $(D)/e2fsprogs
-SYSTEM_TOOLS += $(D)/fbshot
 SYSTEM_TOOLS += $(D)/vsftpd
 SYSTEM_TOOLS += $(D)/mtd-utils
 SYSTEM_TOOLS += $(D)/procps
 SYSTEM_TOOLS += $(D)/ntp
 SYSTEM_TOOLS += $(D)/timezone
+ifeq ($(BOXTYPE), coolstream)
+SYSTEM_TOOLS += $(D)/fbshot
+endif
 ifeq ($(BOXTYPE), armbox)
 SYSTEM_TOOLS += $(D)/ofgwrite
+SYSTEM_TOOLS += $(D)/aio-grab
 SYSTEM_TOOLS += $(D)/ethtool
 endif
 
index 3d793b90097336d13ef69bf2153c576bdda69207..8de5df6572da2e9e1cbcfb6b182aaef80c940f61 100755 (executable)
@@ -187,7 +187,7 @@ $(TARGETPREFIX)/.version:
 $(D)/neutrino-hd-libs:
        $(START_BUILD)
        $(MAKE) $(D)/libsigc $(D)/giflib $(D)/openssl \
-                       $(D)/libcurl $(D)/freetype $(D)/libjpeg \
+                       $(D)/libcurl $(D)/libpng $(D)/libjpeg $(D)/freetype \
                        $(D)/libdvbsi++ $(D)/pugixml $(D)/ffmpeg \
                        $(D)/libbluray $(D)/libopenthreads $(D)/libusb $(D)/libfribidi \
                        $(D)/luaposix $(D)/luacurl $(D)/luasocket $(D)/lua-expat $(D)/lua-feedparser