mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-01-04 16:36:56 +01:00
xfsprogs: Inherit pkgconfig
Fixes ./configure: line 16454: syntax error near unexpected token `libicu,' ./configure: line 16454: ` PKG_CHECK_MODULES(libicu, icu-i18n, have_libicu=yes, have_libicu=no)' Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
ffa1bac717
commit
090d25bfb3
|
|
@ -13,7 +13,7 @@ SRC_URI = "https://www.kernel.org/pub/linux/utils/fs/xfs/xfsprogs/${BP}.tar.xz \
|
|||
file://0001-support-usrmerge.patch \
|
||||
"
|
||||
SRC_URI[sha256sum] = "4e142d4babe086adf9016d8c606c805829da08e46389a4433f40346204f90cdb"
|
||||
inherit autotools-brokensep
|
||||
inherit autotools-brokensep pkgconfig
|
||||
|
||||
PACKAGES =+ "${PN}-fsck ${PN}-mkfs ${PN}-repair libhandle"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user