Browse Source

reference: changed to use sde-create-pkgdb

karasz/new-early
Alejandro Mery 16 years ago
parent
commit
47e6aee588
1 changed files with 5 additions and 6 deletions
  1. +5
    -6
      target/reference/build.sh

+ 5
- 6
target/reference/build.sh

@ -1,12 +1,12 @@
# --- SDE-COPYRIGHT-NOTE-BEGIN --- # --- SDE-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
#
# Filename: target/reference/build.sh # Filename: target/reference/build.sh
# Copyright (C) 2007 The OpenSDE Project
# Copyright (C) 2007 - 2008 The OpenSDE Project
# Copyright (C) 2004 - 2006 The T2 SDE Project # Copyright (C) 2004 - 2006 The T2 SDE Project
#
#
# More information can be found in the files COPYING and README. # More information can be found in the files COPYING and README.
#
#
# This program is free software; you can redistribute it and/or modify # This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by # it under the terms of the GNU General Public License as published by
# the Free Software Foundation; version 2 of the License. A copy of the # the Free Software Foundation; version 2 of the License. A copy of the
@ -50,8 +50,7 @@ cp $build_root/var/adm/logs/*.err $build_result/errors/
echo_status "Creating package database ..." echo_status "Creating package database ..."
admdir="build/${SDECFG_ID}/var/adm" admdir="build/${SDECFG_ID}/var/adm"
create_package_db $admdir build/${SDECFG_ID}/TOOLCHAIN/pkgs \
build/${SDECFG_ID}/TOOLCHAIN/pkgs/packages.db
./bin/sde-create-pkgdb -c "$config"
echo_status "Creating isofs.txt file .." echo_status "Creating isofs.txt file .."
cat << EOT > build/${SDECFG_ID}/TOOLCHAIN/isofs.txt cat << EOT > build/${SDECFG_ID}/TOOLCHAIN/isofs.txt

Loading…
Cancel
Save