You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
rpm: fix redudant slash remove and add extra cmake flag
do_install:append() formats paths using sed in macro files incorrectly
causing resulting paths to have format 'usr/*' instead of '/usr/*'.
Absence of debugedit in build-time depends results in incorrect expansion
of '%__find_debuginfo' in usr/lib/rpm/macro file which looks like this:
%__find_debuginfo __FIND_DEBUGINFO-NOTFOUND
Adding debugedit-native in DEPENDS affects performance, so better
solution is passing extra argument to cmake build call via EXTRA_OECMAKE
variable which fixes the problem:
%__find_debuginfo /usr/bin/find-debuginfo
Signed-off-by: Artemiy Romanov <artemiy.romanov@yadro.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
0 commit comments