Skip to content

Commit

Permalink
Merge branch 'jb48703' into 'master'
Browse files Browse the repository at this point in the history
[sb2] Accelerate hexdump. JB#48703

See merge request mer-core/scratchbox2!25
  • Loading branch information
Matti Kosola committed Feb 4, 2020
2 parents a28aa6d + 9a41eeb commit afc242c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scratchbox2/modes/obs-rpm-build+pp/fs_rules.lua
Expand Up @@ -332,6 +332,8 @@ emulate_mode_rules_usr_bin = {
actions=accelerated_program_actions},
{path="/usr/bin/head",
actions=accelerated_program_actions},
{path="/usr/bin/hexdump",
actions=accelerated_program_actions},
{path="/usr/bin/hostid",
actions=accelerated_program_actions},
{path="/usr/bin/id",
Expand Down
2 changes: 2 additions & 0 deletions scratchbox2/modes/obs-rpm-build/fs_rules.lua
Expand Up @@ -267,6 +267,8 @@ emulate_mode_rules_usr_bin = {
actions=accelerated_program_actions},
{path="/usr/bin/head",
actions=accelerated_program_actions},
{path="/usr/bin/hexdump",
actions=accelerated_program_actions},
{path="/usr/bin/hostid",
actions=accelerated_program_actions},
{path="/usr/bin/id",
Expand Down

0 comments on commit afc242c

Please sign in to comment.