소스 검색

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