Filter non-rigged source packages from bootstrap image.
* Before, we were putting both rigged and standard source packages onto the bootstrap image, which caused the build to fail (because non-rigged source packages can only be built with git available).
This commit is contained in:
@@ -184,7 +184,7 @@ AddPackageFilesToHaikuImage system :
|
|||||||
# build and add the source package directory and a haikuports.config file
|
# build and add the source package directory and a haikuports.config file
|
||||||
CopyDirectoryToHaikuImage home haikuports
|
CopyDirectoryToHaikuImage home haikuports
|
||||||
: [ BuildHaikuPortsSourcePackageDirectory ]
|
: [ BuildHaikuPortsSourcePackageDirectory ]
|
||||||
: input-source-packages : : isTarget ;
|
: input-source-packages : -x *_source-*.hpkg : isTarget ;
|
||||||
AddFilesToHaikuImage home haikuports
|
AddFilesToHaikuImage home haikuports
|
||||||
: [ BuildHaikuPortsRepositoryConfig /boot/home/haikuports ] ;
|
: [ BuildHaikuPortsRepositoryConfig /boot/home/haikuports ] ;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user