mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-17 15:34:18 +08:00
Unify all orbutils recipes
With the calculator gone, having separate recipes only increases compile times for the minimal config.
This commit is contained in:
parent
c10f8b8c66
commit
8cba18800a
@ -83,9 +83,6 @@ orbdata = {}
|
||||
orbital = {}
|
||||
orbterm = {}
|
||||
orbutils = {}
|
||||
orbutils-background = {}
|
||||
orbutils-launcher = {}
|
||||
orbutils-orblogin = {}
|
||||
patch = {}
|
||||
patchelf = {}
|
||||
pcre = {}
|
||||
|
||||
@ -12,9 +12,7 @@ filesystem_size = 256
|
||||
orbdata = {}
|
||||
orbital = {}
|
||||
orbterm = {}
|
||||
orbutils-background = {}
|
||||
orbutils-launcher = {}
|
||||
orbutils-orblogin = {}
|
||||
orbutils = {}
|
||||
|
||||
[[files]]
|
||||
path = "/usr/lib/init.d/20_orbital"
|
||||
|
||||
@ -79,9 +79,6 @@ orbdata = {}
|
||||
orbital = {}
|
||||
orbterm = {}
|
||||
orbutils = {}
|
||||
orbutils-background = {}
|
||||
orbutils-launcher = {}
|
||||
orbutils-orblogin = {}
|
||||
patch = {}
|
||||
pcre = {}
|
||||
patchelf = {}
|
||||
|
||||
@ -79,9 +79,6 @@ orbdata = {}
|
||||
orbital = {}
|
||||
orbterm = {}
|
||||
orbutils = {}
|
||||
orbutils-background = {}
|
||||
orbutils-launcher = {}
|
||||
orbutils-orblogin = {}
|
||||
#patch = {} error configure machine `riscv64gc-unknown' not recognized
|
||||
pcre = {}
|
||||
patchelf = {}
|
||||
|
||||
@ -146,9 +146,6 @@ orbdata = {}
|
||||
orbital = {}
|
||||
orbterm = {}
|
||||
orbutils = {}
|
||||
orbutils-background = {}
|
||||
orbutils-launcher = {}
|
||||
orbutils-orblogin = {}
|
||||
os-test-bins = {}
|
||||
osdemo = {}
|
||||
patch = {}
|
||||
|
||||
@ -1,11 +0,0 @@
|
||||
[source]
|
||||
same_as = "../orbutils"
|
||||
|
||||
[build]
|
||||
template = "cargo"
|
||||
package_path = "launcher"
|
||||
|
||||
[package]
|
||||
dependencies = [
|
||||
"orbital"
|
||||
]
|
||||
@ -1,12 +0,0 @@
|
||||
[source]
|
||||
same_as = "../orbutils"
|
||||
|
||||
[build]
|
||||
template = "cargo"
|
||||
package_path = "orbutils"
|
||||
cargoflags = "--bin orblogin"
|
||||
|
||||
[package]
|
||||
dependencies = [
|
||||
"orbital"
|
||||
]
|
||||
@ -8,7 +8,7 @@ DYNAMIC_INIT
|
||||
mkdir -pv "${COOKBOOK_STAGE}/usr/share/ui"
|
||||
cp -rv "${COOKBOOK_SOURCE}/apps" "${COOKBOOK_STAGE}/usr/share/ui/apps"
|
||||
|
||||
for project in orbutils calculator launcher
|
||||
for project in orbutils launcher
|
||||
do
|
||||
"${COOKBOOK_CARGO}" install \
|
||||
--path "${COOKBOOK_SOURCE}/${project}" \
|
||||
|
||||
Loading…
Reference in New Issue
Block a user