aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/salsa-lib
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/salsa-lib')
-rw-r--r--recipes/salsa-lib/salsa-lib_0.0.1.bb12
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes/salsa-lib/salsa-lib_0.0.1.bb b/recipes/salsa-lib/salsa-lib_0.0.1.bb
new file mode 100644
index 0000000000..474c4d40dd
--- /dev/null
+++ b/recipes/salsa-lib/salsa-lib_0.0.1.bb
@@ -0,0 +1,12 @@
+DESCRIPTION = "Small ALSA library replacement for embedded system"
+AUTHOR = "Takashi Iwai <tiwai@suse.de>"
+HOMEPAGE = "http://www.alsa-project.org"
+SECTION = "libs/multimedia"
+LICENSE = "LGPL"
+SRC_URI = "ftp://ftp.suse.com/pub/people/tiwai/salsa-lib/salsa-lib-${PV}.tar.bz2"
+
+# as it overwrite alsa.pc only use if sure.
+DEFAULT_PREFERRENCE = "-1"
+
+inherit autotools pkgconfig
+