summaryrefslogtreecommitdiff
path: root/meta-openbmc-mods/meta-common/recipes-utilities/oom-test/oom-test.bb
blob: eb943af8dd90cf3132cd456b7c915bb83821e0dc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
SUMMARY = "OOM Test App"
DESCRIPTION = "OOM (Out Of Memory) Test Application"

inherit meson

LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM += "\
    file://oom-test.c;beginline=2;endline=14;md5=5175224c8877845cb45a6461c96de64d \
    "

SRC_URI = "\
    file://meson.build;subdir=${BP} \
    file://oom-test.c;subdir=${BP} \
    "