* Stage the edma.h header which is needed by other example
applications that link with this library.
* Bump the PR
Signed-off-by: Chase Maupin <Chase.Maupin@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
DESCRIPTION = "eDMA library for use by PRU sw example applications"
HOMEPAGE = "https://gforge.ti.com/gf/project/pru_sw/"
LICENSE = "BSD"
-PR = "r1+svnr${SRCPV}"
+PR = "r2+svnr${SRCPV}"
DEPENDS += "virtual/kernel ti-pru-sw-edma-driver"
PACKAGE_ARCH = "${MACHINE_ARCH}"
}
do_install () {
- install -d ${D}/${libdir}
- install -m 0755 ${S}/../lib/libedmautils.a ${D}/${libdir}/
+ install -d ${D}${libdir}
+ install -d ${D}${includedir}
+ install -m 0755 ${S}/../lib/libedmautils.a ${D}${libdir}/
+ install -m 0644 ${S}/../include/edma.h ${D}${includedir}/
}
-