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

View File

@ -7,7 +7,7 @@ local packages = [ FFilterByBuildFeatures
HaikuWelcome
MakefileEngine
NetFS@!x86_64
UserlandFS
UserlandFS@!x86_64
]
;

View File

@ -8,19 +8,19 @@ local repoInfo = <repository-info-template>haiku ;
SEARCH on $(repoInfo) = $(HAIKU_TOP)/src/data/repository_infos ;
local secondaryArchs = $(TARGET_PACKAGING_ARCHS[2-]) ;
local packages =
local packages = [ FFilterByBuildFeatures
haiku
haiku_devel
haiku_loader
haiku_userguide
haiku_welcome
makefile_engine
netfs
userland_fs
netfs@!x86_64
userland_fs@!x86_64
haiku_$(secondaryArchs)
haiku_$(secondaryArchs)_devel
;
] ;
local webPositiveIsAvailable ;
local architectureObject ;