All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-baryon][PATCH] ffmpeg: ensure libjpeg dependency is included
@ 2012-07-12 22:40 Kevin Strasser
  2012-07-13 13:57 ` Paul Eggleton
  0 siblings, 1 reply; 2+ messages in thread
From: Kevin Strasser @ 2012-07-12 22:40 UTC (permalink / raw)
  To: yocto

Signed-off-by: Kevin Strasser <kevin.strasser@linux.intel.com>
---
 recipes-core/base-files/base-files_3.0.14.bbappend |    2 +-
 .../ffmpeg/ffmpegthumbnailer_2.0.7.bb              |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes-core/base-files/base-files_3.0.14.bbappend b/recipes-core/base-files/base-files_3.0.14.bbappend
index 593a37c..33217fb 100644
--- a/recipes-core/base-files/base-files_3.0.14.bbappend
+++ b/recipes-core/base-files/base-files_3.0.14.bbappend
@@ -1,4 +1,4 @@
 # Set a hostname
 hostname_baryon = "baryon"
 
-PRINC = "2"
+PRINC = "3"
diff --git a/recipes-multimedia/ffmpeg/ffmpegthumbnailer_2.0.7.bb b/recipes-multimedia/ffmpeg/ffmpegthumbnailer_2.0.7.bb
index ec6d625..4f70ab8 100644
--- a/recipes-multimedia/ffmpeg/ffmpegthumbnailer_2.0.7.bb
+++ b/recipes-multimedia/ffmpeg/ffmpegthumbnailer_2.0.7.bb
@@ -6,7 +6,7 @@ LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=393a5ca445f6965873eca0259a17f833"
 SRC_URI = "http://ffmpegthumbnailer.googlecode.com/files/${PN}-${PV}.tar.gz"
 
-DEPENDS = "ffmpeg libpng"
+DEPENDS = "ffmpeg jpeg libpng"
 
 SRC_URI[md5sum] = "2b5726894792ef484793dce9568a065a"
 SRC_URI[sha256sum] = "a71155339d17201a13fc3ebb649b0d00c7ab2d5a8880da071c8157a69c6f612b"
-- 
1.7.9.5



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-07-13 13:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-12 22:40 [meta-baryon][PATCH] ffmpeg: ensure libjpeg dependency is included Kevin Strasser
2012-07-13 13:57 ` Paul Eggleton

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.