diff options
-rw-r--r-- | NEWS | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -8,6 +8,14 @@ Changes in this release: * "prokit build" now passes an "-a" option, if supported, to opkg to install host-architecture non-coinstallable dependencies (such as library development packages) when cross building. + * Newly installed ProteanOS systems now have feeds for sections + "base", "boot", "lib", "share", and "util" listed in their opkg + configuration (previously only "base"). Systems of profile "dev" + additionally have "dev" and "libdev" section feeds. A "src" section + for architecture "src" and platform "all" has also been added. The + recommended way to add these section feeds to an existing system is + to install a new system of the same architecture and platform and + copy its opkg configuration into the old system. * "prokit shell", "prokit opkg", and "prokit build" now pass through relevant exit statuses. "prokit build" also no longer tries to run opkbuild after opkg exits with an error. |