Browse Source

lsb-core: added required gcc dependencies

legacy/next/toolchain
Aldas Nabazas 15 years ago
parent
commit
33aac9ad8c
1 changed files with 9 additions and 1 deletions
  1. +9
    -1
      pkgsel.d/lsb-core.all

+ 9
- 1
pkgsel.d/lsb-core.all

@ -2,7 +2,7 @@
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
# #
# Filename: target/linux-base/pkgsel.d/lsb-core.all # Filename: target/linux-base/pkgsel.d/lsb-core.all
# Copyright (C) 2009 The OpenSDE Project
# Copyright (C) 2009 - 2011 The OpenSDE Project
# #
# More information can be found in the files COPYING and README. # More information can be found in the files COPYING and README.
# #
@ -29,3 +29,11 @@ X gzip
# zoneinfo, usually part of glibc # zoneinfo, usually part of glibc
X tzdata X tzdata
#needed by gcc
X gmp
X mpfr
X ppl
X cloog-ppl
X unzip
X zip

Loading…
Cancel
Save