diff options
author | Khem Raj <raj.khem@gmail.com> | 2013-01-06 00:16:19 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2013-01-08 09:31:51 -0800 |
commit | 0be3c83eaa0b159e026a4bac278162335a7dca8f (patch) | |
tree | 40a5a382f47acf15554ba3c858c4cba461d8a094 /meta-oe | |
parent | 048cdcfd832635a41ce5eca9a16555f47bfbcaec (diff) | |
download | meta-openembedded-0be3c83eaa0b159e026a4bac278162335a7dca8f.tar.gz |
libuio: Add recipe for version 0.2.1
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r-- | meta-oe/recipes-extended/libuio/libuio_0.2.1.bb | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-oe/recipes-extended/libuio/libuio_0.2.1.bb b/meta-oe/recipes-extended/libuio/libuio_0.2.1.bb new file mode 100644 index 000000000..c16bbd381 --- /dev/null +++ b/meta-oe/recipes-extended/libuio/libuio_0.2.1.bb | |||
@@ -0,0 +1,17 @@ | |||
1 | DESCRIPTION = "Libuio - helper library for UIO subsystem." | ||
2 | SECTION = "base" | ||
3 | LICENSE = "GPL-2.0" | ||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=393a5ca445f6965873eca0259a17f833" | ||
5 | |||
6 | SRC_URI = "git://libuio.git.sourceforge.net/gitroot/libuio/libuio" | ||
7 | |||
8 | inherit autotools | ||
9 | |||
10 | SRCREV = "e1e0e4fa28838b3115e215c9553905fe630ca145" | ||
11 | |||
12 | S = "${WORKDIR}/git" | ||
13 | |||
14 | PACKAGES += "${PN}-tools" | ||
15 | |||
16 | FILES_${PN} = "${libdir}" | ||
17 | FILES_${PN}-tools = "${bindir}" | ||