gnomeos-contents: Fix dependencies

We need to list some things in both RDEPENDS and
RECIPE_PACKAGES, since the name differs for packages, but
they still need to be bitbake dependencies.
This commit is contained in:
Colin Walters 2012-01-25 18:14:58 -05:00
parent bac8b7356f
commit 1f9a279a5e
1 changed files with 14 additions and 7 deletions

View File

@ -17,19 +17,20 @@ IMAGE_INSTALL = "libuuid1 \
libtiff3 \ libtiff3 \
libjpeg8 \ libjpeg8 \
libltdl7 \ libltdl7 \
libsndfile1 \
libogg0 \
speex \
libvorbis \
libstdc++6 \ libstdc++6 \
libgnutls26 \ libgnutls26 \
icu \ libogg0 \
tzdata \
curl \
eglibc-gconvs \ eglibc-gconvs \
eglibc-binaries \ eglibc-binaries \
" "
RDEPENDS += "tiff \
libogg \
libvorbis \
speex \
libatomics-ops \
"
RECIPE_PACKAGES = "task-core-boot \ RECIPE_PACKAGES = "task-core-boot \
coreutils \ coreutils \
ostree \ ostree \
@ -40,9 +41,15 @@ RECIPE_PACKAGES = "task-core-boot \
gawk \ gawk \
gzip \ gzip \
less \ less \
curl \
tzdata \
libsndfile1 \
icu \
procps \ procps \
libpam \ libpam \
ncurses \ ncurses \
libvorbis \
speex \
python-modules \ python-modules \
python-misc \ python-misc \
" "