diff options
Diffstat (limited to 'recipes/automake/automake-native.inc')
-rw-r--r-- | recipes/automake/automake-native.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/automake/automake-native.inc b/recipes/automake/automake-native.inc index 5ced30d5df..4e2ac41d81 100644 --- a/recipes/automake/automake-native.inc +++ b/recipes/automake/automake-native.inc @@ -1,7 +1,7 @@ SECTION = "devel" require automake_${PV}.bb -DEPENDS = "autoconf-native" -RDEPENDS_automake-native = "autoconf-native perl-native-runtime" +DEPENDS += "autoconf-native" +RDEPENDS_automake-native += "autoconf-native perl-native-runtime" inherit native |