summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2008-09-09 11:03:49 +0000
committerRichard Purdie <richard@openedhand.com>2008-09-09 11:03:49 +0000
commit7b7d83cbccfbeff2676983c30d851bbf4b9fc736 (patch)
tree2c943bf3bbf6321673635e0b8000a86ad4f61108
parent9836ab8ac9a5cf0619b7b7bb087e795044720130 (diff)
downloadopenembedded-core-7b7d83cbccfbeff2676983c30d851bbf4b9fc736.tar.gz
libsndfile1: Add missing DEPENDS on sqlite3
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5161 311d38ba-8fff-0310-9ca6-ca027cbcb966
-rw-r--r--meta-openmoko/packages/libsndfile/libsndfile1_1.0.17.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-openmoko/packages/libsndfile/libsndfile1_1.0.17.bb b/meta-openmoko/packages/libsndfile/libsndfile1_1.0.17.bb
index dc1b12fc4f..f2d134b5e1 100644
--- a/meta-openmoko/packages/libsndfile/libsndfile1_1.0.17.bb
+++ b/meta-openmoko/packages/libsndfile/libsndfile1_1.0.17.bb
@@ -1,6 +1,7 @@
DESCRIPTION = "An audio format Conversion library"
HOMEPAGE = "http://www.mega-nerd.com/libsndfile"
AUTHOR = "Erik de Castro Lopo"
+DEPENDS = "sqlite3"
SECTION = "libs/multimedia"
LICENSE = "LGPL"
PR = "r2"