Remove dev
This commit is contained in:
parent
f18d763dc7
commit
2799122f8e
1 changed files with 1 additions and 5 deletions
|
@ -51,7 +51,7 @@ for board_config in $board_configs; do
|
|||
_allboards="$_allboards $pkgname-${board_config%%:*}"
|
||||
done
|
||||
|
||||
subpackages="$pkgname-all:_all $_allboards $pkgname-dev"
|
||||
subpackages="$pkgname-all:_all $_allboards"
|
||||
prepare() {
|
||||
default_prepare
|
||||
|
||||
|
@ -88,10 +88,6 @@ package() {
|
|||
mkdir -p "$pkgdir"/usr/share/$pkgname "$pkgdir"/usr/sbin
|
||||
install "$srcdir"/README.txt "$pkgdir"/usr/share/$pkgname/README.txt
|
||||
install "$srcdir"/update-u-boot "$pkgdir"/usr/sbin
|
||||
|
||||
cd "$srcdir"/uboot-$_rm1tag
|
||||
mkdir -p "$pkgdir"/usr/include/$pkgname
|
||||
find -type f -name '*.h' -exec cp -iv --parents -t "$pkgdir"/usr/include/$pkgname {} \;
|
||||
}
|
||||
|
||||
_all() {
|
||||
|
|
Loading…
Add table
Reference in a new issue