Add repository config for the Haiku repository to the image
* HaikuRepository rule: Create the repository config. * HaikuImage: Add the repository config for the Haiku image. The repository cache is not added, though (it would only be available, if the repository had been built before). Implements #10287. The Haiku repository is now available in Haiku by default.
This commit is contained in:
@@ -24,4 +24,9 @@ if $(TARGET_PACKAGING_ARCH) != x86_gcc2 || $(secondaryArchs) {
|
||||
packages += webpositive ;
|
||||
}
|
||||
|
||||
HaikuRepository $(haikuRepository) : $(repoInfo) : $(packages:S=.hpkg) ;
|
||||
HaikuRepository $(haikuRepository) : $(repoInfo) : $(packages:S=.hpkg)
|
||||
: http://www.haiku-files.org/haiku/master/repo/$(TARGET_PACKAGING_ARCH)/$(HAIKU_VERSION)_$version
|
||||
: [ DetermineEffectiveHaikuRevision ]
|
||||
# TODO: Remove the URL and the version file argument once the repository
|
||||
# is available on haiku-os.org as specified in the repository info.
|
||||
;
|
||||
|
||||
Reference in New Issue
Block a user