gnomeos: Pull in PAM and gettext-dev into Yocto layer

This commit is contained in:
Colin Walters 2012-01-14 16:57:05 -05:00
parent 610afbd2f1
commit aa6fdb428e
2 changed files with 3 additions and 0 deletions

View File

@ -18,6 +18,7 @@ RECIPE_PACKAGES = "task-core-boot \
grep \ grep \
gawk \ gawk \
gzip \ gzip \
libpam \
ncurses \ ncurses \
python-modules \ python-modules \
python-misc" python-misc"

View File

@ -12,8 +12,10 @@ RECIPE_PACKAGES += "task-core-sdk \
bison flex \ bison flex \
git \ git \
libxml-parser-perl \ libxml-parser-perl \
gettext-dev \
" "
IMAGE_INSTALL += "libuuid-dev \ IMAGE_INSTALL += "libuuid-dev \
libblkid-dev \ libblkid-dev \
libpam-dev \
" "