diff options
| author | Khem Raj <raj.khem@gmail.com> | 2013-10-18 00:16:04 +0000 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-10-21 12:15:03 +0200 |
| commit | 097e3322fe63d3d3be8e5e28e8224361ff26ab8b (patch) | |
| tree | 9a77b13744dbb17d4a7c5577b56c57136bb6623d /meta-oe/recipes-support/libraw1394/libraw1394_2.1.0.bb | |
| parent | f5e107e99f16097ed46e397fdd3d7ca38df64a43 (diff) | |
| download | meta-openembedded-097e3322fe63d3d3be8e5e28e8224361ff26ab8b.tar.gz | |
libraw1394: Upgrade 2.0.9 -> 2.1.0
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/libraw1394/libraw1394_2.1.0.bb')
| -rw-r--r-- | meta-oe/recipes-support/libraw1394/libraw1394_2.1.0.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/libraw1394/libraw1394_2.1.0.bb b/meta-oe/recipes-support/libraw1394/libraw1394_2.1.0.bb new file mode 100644 index 0000000000..617ba1b464 --- /dev/null +++ b/meta-oe/recipes-support/libraw1394/libraw1394_2.1.0.bb | |||
| @@ -0,0 +1,11 @@ | |||
| 1 | DESCRIPTION = "base library for low-level IEEE 1394 accesses" | ||
| 2 | HOMEPAGE = "https://ieee1394.wiki.kernel.org/index.php/Libraries#libraw1394" | ||
| 3 | SECTION = "libs" | ||
| 4 | LICENSE = "LGPL-2.1" | ||
| 5 | LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=d8045f3b8f929c1cb29a1e3fd737b499" | ||
| 6 | |||
| 7 | SRC_URI = "https://www.kernel.org/pub/linux/libs/ieee1394/${BPN}-${PV}.tar.gz" | ||
| 8 | SRC_URI[md5sum] = "d06cccb776b240b6ab5efdee33b87af2" | ||
| 9 | SRC_URI[sha256sum] = "a83cff16fb8885831bc29d7d17f3c570dc39251d89e20795c08e87720de0ba70" | ||
| 10 | |||
| 11 | inherit autotools | ||
