diff options
Diffstat (limited to 'meta-oe/recipes-support/libee')
| -rw-r--r-- | meta-oe/recipes-support/libee/libee.inc | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/meta-oe/recipes-support/libee/libee.inc b/meta-oe/recipes-support/libee/libee.inc index 256fa053be..e5a145ab22 100644 --- a/meta-oe/recipes-support/libee/libee.inc +++ b/meta-oe/recipes-support/libee/libee.inc | |||
| @@ -28,12 +28,12 @@ TESTDIR = "tests" | |||
| 28 | # We presume the tests we are going to install so just build them directly. | 28 | # We presume the tests we are going to install so just build them directly. |
| 29 | # | 29 | # |
| 30 | do_compile_ptest() { | 30 | do_compile_ptest() { |
| 31 | oe_runmake -C ${TESTDIR} genfile ezapi1 | 31 | oe_runmake -C ${TESTDIR} genfile ezapi1 |
| 32 | } | 32 | } |
| 33 | 33 | ||
| 34 | do_install_ptest() { | 34 | do_install_ptest() { |
| 35 | install -d ${D}${PTEST_PATH} | 35 | install -d ${D}${PTEST_PATH} |
| 36 | install -m 0755 ${B}/${TESTDIR}/genfile ${D}${PTEST_PATH} | 36 | install -m 0755 ${B}/${TESTDIR}/genfile ${D}${PTEST_PATH} |
| 37 | install -m 0755 ${B}/${TESTDIR}/.libs/ezapi1 ${D}${PTEST_PATH} | 37 | install -m 0755 ${B}/${TESTDIR}/.libs/ezapi1 ${D}${PTEST_PATH} |
| 38 | install -m 0755 ${WORKDIR}/ezapi1.sh ${D}${PTEST_PATH} | 38 | install -m 0755 ${WORKDIR}/ezapi1.sh ${D}${PTEST_PATH} |
| 39 | } | 39 | } |
