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:
parent
3400d7ce82
commit
49ecabe4bf
|
|
@ -19,6 +19,8 @@ SRC_URI = "${CC_GIT_URI};branch=${SRCBRANCH}"
|
||||||
|
|
||||||
S = "${WORKDIR}/git/cryptochip-get-random"
|
S = "${WORKDIR}/git/cryptochip-get-random"
|
||||||
|
|
||||||
|
inherit pkgconfig
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
oe_runmake DESTDIR=${D} install
|
oe_runmake DESTDIR=${D} install
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue