diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2017-03-29 12:08:37 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-03-31 13:26:04 +0200 |
commit | 1a9dc230315a77ade7a36baf3a2c2a0c9745af46 (patch) | |
tree | ecdbb3ced19b09f3adca8e4e8edd6cadc133782f /meta-oe | |
parent | 18893ec9498cbb5bf9259f36c2bee03cedc4b6de (diff) | |
download | meta-openembedded-1a9dc230315a77ade7a36baf3a2c2a0c9745af46.tar.gz |
libqb: inherit autotools-brokensep
* otherwise build fails with:
http://errors.yoctoproject.org/Errors/Details/138387/
make[2]: *** No rule to make target 'auto_check_header_qbconfig.c', needed by 'auto_check_header_qbconfig.o'. Stop.
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r-- | meta-oe/recipes-extended/libqb/libqb_0.17.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-extended/libqb/libqb_0.17.2.bb b/meta-oe/recipes-extended/libqb/libqb_0.17.2.bb index 2d3278ce8..94030b2ea 100644 --- a/meta-oe/recipes-extended/libqb/libqb_0.17.2.bb +++ b/meta-oe/recipes-extended/libqb/libqb_0.17.2.bb | |||
@@ -8,7 +8,7 @@ SECTION = "libs" | |||
8 | LICENSE = "LGPL-2.1" | 8 | LICENSE = "LGPL-2.1" |
9 | LIC_FILES_CHKSUM = "file://COPYING;md5=321bf41f280cf805086dd5a720b37785" | 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=321bf41f280cf805086dd5a720b37785" |
10 | 10 | ||
11 | inherit autotools pkgconfig | 11 | inherit autotools-brokensep pkgconfig |
12 | 12 | ||
13 | PV = "0.17.2+git${SRCPV}" | 13 | PV = "0.17.2+git${SRCPV}" |
14 | 14 | ||