mirror of
https://github.com/novatiq/packages.git
synced 2026-04-24 21:14:40 +01:00
reptyr: Don't build for mipsel
The package does not support any mips archs, including mipsel. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
This commit is contained in:
@@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=reptyr
|
PKG_NAME:=reptyr
|
||||||
PKG_VERSION:=0.8.0
|
PKG_VERSION:=0.8.0
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=https://github.com/nelhage/reptyr/archive/
|
PKG_SOURCE_URL:=https://github.com/nelhage/reptyr/archive/
|
||||||
@@ -23,7 +23,7 @@ define Package/reptyr
|
|||||||
CATEGORY:=Utilities
|
CATEGORY:=Utilities
|
||||||
TITLE:=Tool for reparenting running programs
|
TITLE:=Tool for reparenting running programs
|
||||||
URL:=https://github.com/nelhage/reptyr
|
URL:=https://github.com/nelhage/reptyr
|
||||||
DEPENDS:=@!(arc||mips)
|
DEPENDS:=@!(arc||mips||mipsel)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/reptyr/description
|
define Package/reptyr/description
|
||||||
|
|||||||
Reference in New Issue
Block a user