[ostree] gnomeos-contents: Fix dependencies



commit 1f9a279a5ed858f7c5bd41a002f780b4ba85004a
Author: Colin Walters <walters verbum org>
Date:   Wed Jan 25 18:14:58 2012 -0500

    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.

 gnomeos/yocto/classes/gnomeos-contents.bbclass |   21 ++++++++++++++-------
 1 files changed, 14 insertions(+), 7 deletions(-)
---
diff --git a/gnomeos/yocto/classes/gnomeos-contents.bbclass b/gnomeos/yocto/classes/gnomeos-contents.bbclass
index 6959e75..b1e07be 100644
--- a/gnomeos/yocto/classes/gnomeos-contents.bbclass
+++ b/gnomeos/yocto/classes/gnomeos-contents.bbclass
@@ -17,19 +17,20 @@ IMAGE_INSTALL = "libuuid1 \
 		 libtiff3 \
 		 libjpeg8 \
 		 libltdl7 \
-		 libsndfile1 \
-		 libogg0 \
-		 speex \
-		 libvorbis \
                  libstdc++6 \
                  libgnutls26 \
-		 icu \
-		 tzdata \
-                 curl \
+                 libogg0 \
 		 eglibc-gconvs \
 		 eglibc-binaries \
 		 "
 
+RDEPENDS += "tiff \
+	     libogg \
+	     libvorbis \
+	     speex \
+	     libatomics-ops \
+	     "
+
 RECIPE_PACKAGES = "task-core-boot \
 		   coreutils \
 		   ostree \
@@ -40,9 +41,15 @@ RECIPE_PACKAGES = "task-core-boot \
 		   gawk \
 		   gzip \
 		   less \
+		   curl \
+		   tzdata \
+		   libsndfile1 \
+		   icu \
 		   procps \
 		   libpam \
 		   ncurses \
+		   libvorbis \
+		   speex \
 		   python-modules \
 		   python-misc \
 		   "



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]