浏览代码

allow ha stuff only for x86 for now

Waldemar Brodkorb 11 年之前
父节点
当前提交
647c556f74
共有 2 个文件被更改,包括 2 次插入0 次删除
  1. 1 0
      package/corosync/Makefile
  2. 1 0
      package/pacemaker-mgmt/Makefile

+ 1 - 0
package/corosync/Makefile

@@ -16,6 +16,7 @@ PKG_SITES:=		http://corosync.org/download/
 
 PKG_CFLINE_COROSYNC:=	select ADK_KERNEL_IP_MULTICAST
 PKG_LIBC_DEPENDS:=	eglibc glibc musl
+PKG_ARCH_DEPENDS:=      x86 x86_64
 
 include $(TOPDIR)/mk/package.mk
 

+ 1 - 0
package/pacemaker-mgmt/Makefile

@@ -14,6 +14,7 @@ PKG_URL:=		http://hg.clusterlabs.org/pacemaker/pygui/
 PKG_SITES:=		http://openadk.org/distfiles/
 
 PKG_LIBC_DEPENDS:=	eglibc glibc musl
+PKG_ARCH_DEPENDS:=      x86 x86_64
 
 include $(TOPDIR)/mk/package.mk