mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
prelink: Add missing macro.prelink file
Add the missing macro.prelink file... Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
This commit is contained in:
5
meta/recipes-devtools/prelink/prelink/macros.prelink
Normal file
5
meta/recipes-devtools/prelink/prelink/macros.prelink
Normal file
@@ -0,0 +1,5 @@
|
||||
# rpm-4.1 verifies prelinked libraries using a prelink undo helper.
|
||||
# Note: The 2nd token is used as argv[0] and "library" is a
|
||||
# placeholder that will be deleted and replaced with the appropriate
|
||||
# library file path.
|
||||
%__prelink_undo_cmd /usr/sbin/prelink prelink -y library
|
||||
Reference in New Issue
Block a user