1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-05-06 11:32:38 +00:00
Files
meta-ti/recipes-bsp/rwmem/rwmem_1.1.bb
Denys Dmytriyenko b552423476 rwmem: fix build with any toolchain and use default CC var
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2016-11-23 13:08:17 -05:00

14 lines
339 B
BlitzBasic

SUMMARY = "A small tool to read/write memory"
LICENSE = "GPLv2+"
LIC_FILES_CHKSUM = "file://LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263"
SRCREV = "54904b8873b265d8f1faf82617c2f04814c102c6"
SRC_URI = "git://github.com/tomba/rwmem.git"
S = "${WORKDIR}/git"
do_install() {
install -d ${D}${bindir}
install -m 0755 rwmem ${D}${bindir}
}