mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-30 22:26:42 +00:00
tstools: work around broken make dependencies
This commit is contained in:
parent
7b53760379
commit
16e6e8424c
@ -10,7 +10,10 @@ PKG_SITE="https://github.com/kynesim/tstools"
|
||||
PKG_URL="https://github.com/kynesim/tstools/archive/$PKG_VERSION.tar.gz"
|
||||
PKG_DEPENDS_TARGET="toolchain"
|
||||
PKG_LONGDESC="This is a set of cross-platform command line tools for working with MPEG data."
|
||||
PKG_BUILD_FLAGS="-parallel"
|
||||
|
||||
pre_make_target() {
|
||||
make builddirs
|
||||
}
|
||||
|
||||
make_target() {
|
||||
make CROSS_COMPILE=$TARGET_PREFIX
|
||||
|
@ -0,0 +1,12 @@
|
||||
--- a/Makefile 2020-01-08 22:09:15.794660218 +0100
|
||||
+++ b/Makefile 2020-01-08 22:09:18.954615301 +0100
|
||||
@@ -412,6 +412,9 @@
|
||||
# ------------------------------------------------------------
|
||||
# Directory creation
|
||||
|
||||
+.PHONY: builddirs
|
||||
+builddirs: $(OBJDIR) $(LIBDIR) $(BINDIR)
|
||||
+
|
||||
$(OBJDIR) $(LIBDIR) $(BINDIR) $(DESTDIR)$(bindir) $(DESTDIR)$(libdir) $(DESTDIR)$(man1dir):
|
||||
mkdir -p $@
|
||||
|
Loading…
x
Reference in New Issue
Block a user