base-system-rpi: avoid makedepends for now.
This commit is contained in:
parent
d354335f1b
commit
2a6492e33c
1 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@ license="Public domain"
|
||||||
|
|
||||||
only_for_archs="armv6l"
|
only_for_archs="armv6l"
|
||||||
|
|
||||||
makedepends="base-files ncurses coreutils findutils diffutils dash bash grep
|
_depends="base-files ncurses coreutils findutils diffutils dash bash grep
|
||||||
texinfo file sed gawk less util-linux which tar man-pages man-db shadow
|
texinfo file sed gawk less util-linux which tar man-pages man-db shadow
|
||||||
e2fsprogs btrfs-progs xfsprogs kbd psmisc procps-ng sudo tzdata ntp-daemon
|
e2fsprogs btrfs-progs xfsprogs kbd psmisc procps-ng sudo tzdata ntp-daemon
|
||||||
iana-etc systemd cron-daemon openssh>=6.1p1 dhcpcd iproute2 iputils
|
iana-etc systemd cron-daemon openssh>=6.1p1 dhcpcd iproute2 iputils
|
||||||
|
@ -29,7 +29,7 @@ do_install() {
|
||||||
|
|
||||||
base-system-rpi_package() {
|
base-system-rpi_package() {
|
||||||
provides="base-system-${version}"
|
provides="base-system-${version}"
|
||||||
depends="${makedepends}"
|
depends="${_depends}"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove all
|
vmove all
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue