diff options
Diffstat (limited to 'recipes/rpm/rpm-native_4.4.2.3.bb')
-rw-r--r-- | recipes/rpm/rpm-native_4.4.2.3.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/recipes/rpm/rpm-native_4.4.2.3.bb b/recipes/rpm/rpm-native_4.4.2.3.bb index 935d07723f..287383c8c9 100644 --- a/recipes/rpm/rpm-native_4.4.2.3.bb +++ b/recipes/rpm/rpm-native_4.4.2.3.bb @@ -1,5 +1,6 @@ -require rpm_${PV}.bb -inherit native +inherit native distutils-native-base + +require rpm-${PV}.inc DEPENDS = "beecrypt-native gettext-native zlib-native file-native popt-native python-native" |