Remove netfs, userlandfs from 64bit package repo

* They are not building, yet.
This commit is contained in:
Adrien Destugues
2014-11-20 16:02:37 +01:00
parent 1e4a6aa2e5
commit 0e750c3aa6
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ local packages = [ FFilterByBuildFeatures
HaikuWelcome HaikuWelcome
MakefileEngine MakefileEngine
NetFS@!x86_64 NetFS@!x86_64
UserlandFS UserlandFS@!x86_64
] ]
; ;
+4 -4
View File
@@ -8,19 +8,19 @@ local repoInfo = <repository-info-template>haiku ;
SEARCH on $(repoInfo) = $(HAIKU_TOP)/src/data/repository_infos ; SEARCH on $(repoInfo) = $(HAIKU_TOP)/src/data/repository_infos ;
local secondaryArchs = $(TARGET_PACKAGING_ARCHS[2-]) ; local secondaryArchs = $(TARGET_PACKAGING_ARCHS[2-]) ;
local packages = local packages = [ FFilterByBuildFeatures
haiku haiku
haiku_devel haiku_devel
haiku_loader haiku_loader
haiku_userguide haiku_userguide
haiku_welcome haiku_welcome
makefile_engine makefile_engine
netfs netfs@!x86_64
userland_fs userland_fs@!x86_64
haiku_$(secondaryArchs) haiku_$(secondaryArchs)
haiku_$(secondaryArchs)_devel haiku_$(secondaryArchs)_devel
; ] ;
local webPositiveIsAvailable ; local webPositiveIsAvailable ;
local architectureObject ; local architectureObject ;