dey-examples-cryptochip: inherit pkgconfig

With the migration from dey-2.2 to dey-2.4, now it is mandatory to include
all required applications for compilation. This fixes the next error:

| make: pkg-config: Command not found
| main.c:20:10: fatal error: cryptoauthlib.h: No such file or directory
|  #include <cryptoauthlib.h>

https://jira.digi.com/browse/DEL-5710

Signed-off-by: Isaac Hermida <isaac.hermida@digi.com>
This commit is contained in:
Isaac Hermida 2018-02-22 16:06:47 +01:00
parent 3400d7ce82
commit 49ecabe4bf
1 changed files with 2 additions and 0 deletions

View File

@ -19,6 +19,8 @@ SRC_URI = "${CC_GIT_URI};branch=${SRCBRANCH}"
S = "${WORKDIR}/git/cryptochip-get-random"
inherit pkgconfig
do_install() {
oe_runmake DESTDIR=${D} install
}