Add version to drivers, remove /sbin staging

This commit is contained in:
Jeremy Soller 2017-05-09 21:16:02 -06:00
parent 4a18e61514
commit 70170d2914
3 changed files with 6 additions and 3 deletions

@ -1 +1 @@
Subproject commit 4cf2e9d216721282a8f2bb82c031ee90ede878f4
Subproject commit b9c10c980e1724270b7e90d3c2d4999c398814b8

View File

@ -1,6 +1,10 @@
GIT=https://github.com/redox-os/drivers
CARGOFLAGS=--all
BINDIR="/sbin"
function recipe_version {
echo "0.1.0"
return 1
}
function recipe_update {
cp ../Cargo.toml ./

View File

@ -1,2 +1 @@
GIT=https://github.com/redox-os/orbital.git
BINDIR="/sbin"