For me: ERROR: libcomps-0.1.11-r0 do_patch: Command Error: 'quilt --quiltrc /data/poky-tmp/master/work/corei7-64-poky-linux/libcomps/0.1.11-r0/recipe-sysroot-native/etc/quiltrc push' exited with 0 Output: Applying patch 0002-Set-library-installation-path-correctly.patch patching file libcomps/src/CMakeLists.txt Hunk #1 FAILED at 52. 1 out of 1 hunk FAILED -- rejects in file libcomps/src/CMakeLists.txt Patch 0002-Set-library-installation-path-correctly.patch can be reverse-applied ERROR: libcomps-0.1.11-r0 do_patch: ERROR: libcomps-0.1.11-r0 do_patch: Function failed: patch_do_patch
I've always wondered why some people have this as a silent "it's already applied" and others get a fatal error. Ross On Mon, 1 Apr 2019 at 23:24, Oleksandr Kravchuk <[email protected]> wrote: > > Signed-off-by: Oleksandr Kravchuk <[email protected]> > --- > .../libcomps/{libcomps_git.bb => libcomps_0.1.11.bb} | 4 +--- > 1 file changed, 1 insertion(+), 3 deletions(-) > rename meta/recipes-devtools/libcomps/{libcomps_git.bb => > libcomps_0.1.11.bb} (92%) > > diff --git a/meta/recipes-devtools/libcomps/libcomps_git.bb > b/meta/recipes-devtools/libcomps/libcomps_0.1.11.bb > similarity index 92% > rename from meta/recipes-devtools/libcomps/libcomps_git.bb > rename to meta/recipes-devtools/libcomps/libcomps_0.1.11.bb > index ff6820851f..cf6f46484d 100644 > --- a/meta/recipes-devtools/libcomps/libcomps_git.bb > +++ b/meta/recipes-devtools/libcomps/libcomps_0.1.11.bb > @@ -9,8 +9,7 @@ SRC_URI = > "git://github.com/rpm-software-management/libcomps.git \ > file://0001-Add-crc32.c-to-sources-list.patch \ > " > > -PV = "0.1.10" > -SRCREV = "86a82fcd155c27092340d15a34f5c75c4da88243" > +SRCREV = "d868a79b76fb980d1371c28124ae07f00d2b63a9" > > S = "${WORKDIR}/git" > > @@ -22,4 +21,3 @@ EXTRA_OECMAKE = " > -DPYTHON_INSTALL_DIR=${PYTHON_SITEPACKAGES_DIR} -DPYTHON_DESIR > OECMAKE_SOURCEPATH = "${S}/libcomps" > > BBCLASSEXTEND = "native nativesdk" > - > -- > 2.17.1 > > -- > _______________________________________________ > Openembedded-core mailing list > [email protected] > http://lists.openembedded.org/mailman/listinfo/openembedded-core -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
