diff options
| -rw-r--r-- | meta-networking/recipes-protocols/babeld/babeld_1.10.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-protocols/babeld/babeld_1.10.bb b/meta-networking/recipes-protocols/babeld/babeld_1.10.bb index 529cccf872..79b954478f 100644 --- a/meta-networking/recipes-protocols/babeld/babeld_1.10.bb +++ b/meta-networking/recipes-protocols/babeld/babeld_1.10.bb | |||
| @@ -24,6 +24,6 @@ do_compile () { | |||
| 24 | } | 24 | } |
| 25 | 25 | ||
| 26 | do_install () { | 26 | do_install () { |
| 27 | oe_runmake install.minimal PREFIX=${D} | 27 | oe_runmake install.minimal TARGET=${D} PREFIX=${root_prefix} |
| 28 | } | 28 | } |
| 29 | 29 | ||
