reptyr: add mips64el to the DEPENDS list
authorRosen Penev <rosenp@gmail.com>
Sun, 21 Mar 2021 01:39:46 +0000 (18:39 -0700)
committerJosef Schlehofer <pepe.schlehofer@gmail.com>
Sun, 28 Mar 2021 22:21:49 +0000 (00:21 +0200)
MIPS is completely unsupported.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry picked from commit 03515d00cdaa6a9d91d8c003fc27a1e59258d8fa)

utils/reptyr/Makefile

index d5f3402ce6383b5a02fb6a239e448e9e5427bc28..83dd6ba3ebf9559dbd52827f5bdcb90e94299f3a 100644 (file)
@@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=reptyr
 PKG_VERSION:=0.8.0
-PKG_RELEASE:=3
+PKG_RELEASE:=4
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=https://github.com/nelhage/reptyr/archive/
@@ -23,7 +23,7 @@ define Package/reptyr
   CATEGORY:=Utilities
   TITLE:=Tool for reparenting running programs
   URL:=https://github.com/nelhage/reptyr
-  DEPENDS:=@!(arc||mips||mipsel||mips64)
+  DEPENDS:=@!(arc||mips||mipsel||mips64||mips64el)
 endef
 
 define Package/reptyr/description