diff options
author | Andrei Gherzan <andrei.gherzan@windriver.com> | 2012-10-24 12:33:05 +0300 |
---|---|---|
committer | Florin Sarbu <florin.sarbu@windriver.com> | 2012-10-24 18:44:29 +0300 |
commit | 7573ee590fe5c6ec55c8ed0f5aca8f80abdb9675 (patch) | |
tree | d50f08c9ef26a40b0fffdcdc97680fbbc547adab | |
parent | 0daf1052805c145c9e097db8f525d339be3eefff (diff) | |
download | meta-ivi-7573ee590fe5c6ec55c8ed0f5aca8f80abdb9675.tar.gz meta-ivi-7573ee590fe5c6ec55c8ed0f5aca8f80abdb9675.tar.bz2 meta-ivi-7573ee590fe5c6ec55c8ed0f5aca8f80abdb9675.zip |
dl_pkgs: Remove packages that are now on public git repository
Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
-rwxr-xr-x | scripts/dl_pkgs.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/dl_pkgs.sh b/scripts/dl_pkgs.sh index 055088f..defdfae 100755 --- a/scripts/dl_pkgs.sh +++ b/scripts/dl_pkgs.sh @@ -20,8 +20,8 @@ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN # THE SOFTWARE. -GIT_PACKAGES=(layer-management DLT-daemon AudioManager node-startup-controller) -GIT_URLS=(https://git.genivi.org/srv/git/layer_management https://git.genivi.org/srv/git/DLT-daemon https://git.genivi.org/srv/git/AudioManager https://git.genivi.org/srv/git/node-startup-controller) +GIT_PACKAGES=(node-startup-controller) +GIT_URLS=(https://git.genivi.org/srv/git/node-startup-controller) if [ -z "$BUILDDIR" ]; then |