diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2009-04-20 17:31:38 +0200 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2009-04-20 17:34:01 +0200 |
commit | 5b38f524850eb0b4760ca6db12338efa4c3a6e7a (patch) | |
tree | 8516175f7996e5db5180c5b65c7044e4133036d4 /recipes/rpm/rpm-native_4.4.2.3.bb | |
parent | 1a4f6b92feebbf65c8dd22b456819177b3517b27 (diff) |
rpm-native: do not emit packages
Diffstat (limited to 'recipes/rpm/rpm-native_4.4.2.3.bb')
-rw-r--r-- | recipes/rpm/rpm-native_4.4.2.3.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes/rpm/rpm-native_4.4.2.3.bb b/recipes/rpm/rpm-native_4.4.2.3.bb index 287383c8c9..62cef86a72 100644 --- a/recipes/rpm/rpm-native_4.4.2.3.bb +++ b/recipes/rpm/rpm-native_4.4.2.3.bb @@ -3,6 +3,7 @@ inherit native distutils-native-base require rpm-${PV}.inc DEPENDS = "beecrypt-native gettext-native zlib-native file-native popt-native python-native" +PACKAGES = "" export localstatedir = "${layout_localstatedir}" export varprefix = "${layout_localstatedir}" |