From 2a7348129a42f21095fcd62e47a035f78d254130 Mon Sep 17 00:00:00 2001 From: Adrian Dudau Date: Thu, 12 Dec 2013 17:36:38 +0100 Subject: initial commit of Enea Linux 3.1 Migrated from the internal git server on the dora-enea branch Signed-off-by: Adrian Dudau --- recipes-bsp/libuio/libuio_git.bb | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 recipes-bsp/libuio/libuio_git.bb (limited to 'recipes-bsp/libuio/libuio_git.bb') diff --git a/recipes-bsp/libuio/libuio_git.bb b/recipes-bsp/libuio/libuio_git.bb new file mode 100644 index 0000000..6b004c7 --- /dev/null +++ b/recipes-bsp/libuio/libuio_git.bb @@ -0,0 +1,27 @@ +SUMMARY = "libUIO" +DESCRIPTION = "Provide a generic framework for handling devices in userspace." +HOMEPAGE = "https://www.osadl.org/UIO.uio.0.html" +SECTION = "libs" +LICENSE = "GPLv2" + +LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" + +SRCREV = "cc233857ba1613801e7218d07127d19608a99702" +PR = "r0" +PV = "1.0+git${SRCPV}" + +SRC_URI = "git://git.linutronix.de/projects/libUIO;protocol=git \ + file://run-ptest" + +DEPENDS = "virtual/libc" + +S = "${WORKDIR}/git" + +inherit autotools + +do_install_append () { + if [ "${PN}" = "${BPN}" -a ${PTEST_ENABLED} = "1" ]; then + mkdir -p ${D}${PTEST_PATH} + install -m 0755 ${WORKDIR}/run-ptest ${D}${PTEST_PATH} + fi +} -- cgit v1.2.3-54-g00ecf