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 \
|
grep \
|
||||||
gawk \
|
gawk \
|
||||||
gzip \
|
gzip \
|
||||||
|
libpam \
|
||||||
ncurses \
|
ncurses \
|
||||||
python-modules \
|
python-modules \
|
||||||
python-misc"
|
python-misc"
|
||||||
|
|
|
||||||
|
|
@ -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 \
|
||||||
"
|
"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue