aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-bsp/cmem/cmem_git.bb
blob: 540c2f6358ed79311efe0cae062866ee22af88f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
DESCRIPTION = "The cmem component supports contiguous memory allocation from userspace"

include cmem.inc

RDEPENDS_${PN} = "cmem-mod"

PR = "r1+gitr${SRCPV}"

PACKAGES =+ "${PN}-test"

FILES_${PN}-test = "${bindir}/*"

inherit autotools