gnomeos: Pull in PAM and gettext-dev into Yocto layer
This commit is contained in:
parent
610afbd2f1
commit
aa6fdb428e
|
|
@ -18,6 +18,7 @@ RECIPE_PACKAGES = "task-core-boot \
|
|||
grep \
|
||||
gawk \
|
||||
gzip \
|
||||
libpam \
|
||||
ncurses \
|
||||
python-modules \
|
||||
python-misc"
|
||||
|
|
|
|||
|
|
@ -12,8 +12,10 @@ RECIPE_PACKAGES += "task-core-sdk \
|
|||
bison flex \
|
||||
git \
|
||||
libxml-parser-perl \
|
||||
gettext-dev \
|
||||
"
|
||||
|
||||
IMAGE_INSTALL += "libuuid-dev \
|
||||
libblkid-dev \
|
||||
libpam-dev \
|
||||
"
|
||||
|
|
|
|||
Loading…
Reference in New Issue