Remove netfs, userlandfs from 64bit package repo
* They are not building, yet.
This commit is contained in:
@@ -7,7 +7,7 @@ local packages = [ FFilterByBuildFeatures
|
|||||||
HaikuWelcome
|
HaikuWelcome
|
||||||
MakefileEngine
|
MakefileEngine
|
||||||
NetFS@!x86_64
|
NetFS@!x86_64
|
||||||
UserlandFS
|
UserlandFS@!x86_64
|
||||||
]
|
]
|
||||||
;
|
;
|
||||||
|
|
||||||
|
|||||||
@@ -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 ;
|
||||||
|
|||||||
Reference in New Issue
Block a user