diff options
| author | André Draszik <git@andred.net> | 2019-11-07 11:15:34 +0000 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2019-11-07 17:43:43 -0800 |
| commit | ab4a5a119e08f6e40762aff791cca66e5699fbdb (patch) | |
| tree | babae1514c7b9999a28a7da142602786089fd926 /meta-oe | |
| parent | 209bc3d65a100f39d615f9075ec832ebc6df48e1 (diff) | |
| download | meta-openembedded-ab4a5a119e08f6e40762aff791cca66e5699fbdb.tar.gz | |
cunit: allow to build a -native package
This will e.g. enable us to use it from nghttp2-native
Signed-off-by: André Draszik <git@andred.net>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe')
| -rw-r--r-- | meta-oe/recipes-test/cunit/cunit_2.1-3.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-test/cunit/cunit_2.1-3.bb b/meta-oe/recipes-test/cunit/cunit_2.1-3.bb index c9d87e36d0..98f2cacf10 100644 --- a/meta-oe/recipes-test/cunit/cunit_2.1-3.bb +++ b/meta-oe/recipes-test/cunit/cunit_2.1-3.bb | |||
| @@ -17,3 +17,5 @@ EXTRA_OECONF = "--enable-memtrace --enable-automated --enable-basic --enable-con | |||
| 17 | 17 | ||
| 18 | FILES_${PN}-dev += "${datadir}/CUnit" | 18 | FILES_${PN}-dev += "${datadir}/CUnit" |
| 19 | FILES_${PN}-doc += "${docdir}" | 19 | FILES_${PN}-doc += "${docdir}" |
| 20 | |||
| 21 | BBCLASSEXTEND = "native" | ||
