reptyr: Don't build for mipsel
authorEneas U de Queiroz <cotequeiroz@gmail.com>
Fri, 19 Feb 2021 19:27:55 +0000 (16:27 -0300)
committerEneas U de Queiroz <cotequeiroz@gmail.com>
Fri, 19 Feb 2021 19:42:36 +0000 (16:42 -0300)
The package does not support any mips archs, including mipsel.

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
(cherry picked from commit ac3beceb9614021d0de2b57c8d7aad716d824554)

utils/reptyr/Makefile

index 4a9df64cd4d04957c70ba54863527580260a670f..111bc80635feb75fc2b207b50937e184ca753807 100644 (file)
@@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=reptyr
 PKG_VERSION:=0.8.0
-PKG_RELEASE:=1
+PKG_RELEASE:=2
 
 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)
+  DEPENDS:=@!(arc||mips||mipsel)
 endef
 
 define Package/reptyr/description