busybox: fix debug packages
This commit is contained in:
parent
8ec0e6b483
commit
14c8fcdaf2
|
@ -1,7 +1,7 @@
|
||||||
# Build template for 'busybox'.
|
# Build template for 'busybox'.
|
||||||
pkgname=busybox
|
pkgname=busybox
|
||||||
version=1.22.1
|
version=1.22.1
|
||||||
revision=4
|
revision=5
|
||||||
hostmakedepends="perl"
|
hostmakedepends="perl"
|
||||||
short_desc="The Swiss Army Knife of Embedded Linux"
|
short_desc="The Swiss Army Knife of Embedded Linux"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
|
@ -44,7 +44,7 @@ do_build() {
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
do_install() {
|
do_install() {
|
||||||
vbin busybox/busybox
|
vbin busybox/busybox_unstripped
|
||||||
vman busybox/docs/busybox.1
|
vman busybox/docs/busybox.1
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -58,7 +58,7 @@ busybox-static_package() {
|
||||||
busybox-ntpd_package() {
|
busybox-ntpd_package() {
|
||||||
short_desc+=" (ntpd)"
|
short_desc+=" (ntpd)"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vbin busybox-ntpd/busybox busybox-ntpd
|
vbin busybox-ntpd/busybox_unstripped busybox-ntpd
|
||||||
vsv busybox-ntpd
|
vsv busybox-ntpd
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue