diff options
author | Mark Hatle <mark.hatle@windriver.com> | 2011-02-25 18:23:43 -0600 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2011-03-01 11:46:47 +0000 |
commit | d5c7292aba8b8ccb8277675888ea98604873e3a7 (patch) | |
tree | 1bc98f367839358eac5563c9488dbf4ec2a7dd62 /meta/recipes-devtools/prelink | |
parent | 4302a74bb99bdaaa3d793a043caac4d29a97cfec (diff) | |
download | openembedded-core-contrib-d5c7292aba8b8ccb8277675888ea98604873e3a7.tar.gz |
prelink: Add missing macro.prelink file
Add the missing macro.prelink file...
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
Diffstat (limited to 'meta/recipes-devtools/prelink')
-rw-r--r-- | meta/recipes-devtools/prelink/prelink/macros.prelink | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/meta/recipes-devtools/prelink/prelink/macros.prelink b/meta/recipes-devtools/prelink/prelink/macros.prelink new file mode 100644 index 00000000000..cb166958850 --- /dev/null +++ b/meta/recipes-devtools/prelink/prelink/macros.prelink @@ -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 |