diff options
author | Naoto Yamaguchi <naoto.yamaguchi@aisin.co.jp> | 2022-09-06 22:31:22 +0900 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2022-09-06 23:26:55 +0000 |
commit | 0dd1e7508ac5b710cf0b94fa7e6b56089f760b46 (patch) | |
tree | fbfde19fb85dc32a526a7e7adb488b3c6f07de27 /meta-agl-ic-container/recipes-extended/librefop | |
parent | 73676a6fd1ccede1f804375640b93ddd6b92118e (diff) |
Fix issue for separate directory building
At 2dd3bafb0c21d7f49fcc2945836924d9c052d268 commit has issue for it can't separate build.
At 2ab22b2df67f915c74efab68cf9e6e2424805dd2 commit, I fixed that issue.
In this patch I fix to that issue in recipe side.
Bug-AGL: SPEC-4551
Signed-off-by: Naoto Yamaguchi <naoto.yamaguchi@aisin.co.jp>
Change-Id: I3623bece877cb9cc76721f340d96eaab677ded17
Diffstat (limited to 'meta-agl-ic-container/recipes-extended/librefop')
-rw-r--r-- | meta-agl-ic-container/recipes-extended/librefop/librefop_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-agl-ic-container/recipes-extended/librefop/librefop_git.bb b/meta-agl-ic-container/recipes-extended/librefop/librefop_git.bb index 36876fc3..b0c30fa0 100644 --- a/meta-agl-ic-container/recipes-extended/librefop/librefop_git.bb +++ b/meta-agl-ic-container/recipes-extended/librefop/librefop_git.bb @@ -6,11 +6,11 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=ae6497158920d9524cf208c09cc4c984" PV = "1.0.0+rev${SRCPV}" -SRCREV = "2dd3bafb0c21d7f49fcc2945836924d9c052d268" +SRCREV = "2ab22b2df67f915c74efab68cf9e6e2424805dd2" SRC_URI = " \ git://git.automotivelinux.org/src/librefop;branch=master;protocol=https \ " S = "${WORKDIR}/git" -inherit autotools-brokensep pkgconfig +inherit autotools pkgconfig |