diff options
author | Chris Larson <clarson@mvista.com> | 2010-01-20 16:14:08 -0700 |
---|---|---|
committer | Chris Larson <clarson@mvista.com> | 2010-01-20 16:14:08 -0700 |
commit | 2f6df5f0713355be81814f65df25143aba5ea4fb (patch) | |
tree | 70f233e3ca63005f51969f1c4d5dc4d9a886e5f3 /recipes | |
parent | 8364b075ed456c160c1354f8a7c9dccfe48ad57d (diff) |
rpm-native: kill unnecessary varprefix/localstatedir manipulation
Signed-off-by: Chris Larson <clarson@mvista.com>
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/rpm/rpm-native_4.4.2.3.bb | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/recipes/rpm/rpm-native_4.4.2.3.bb b/recipes/rpm/rpm-native_4.4.2.3.bb index 62cef86a72..ec98cb8817 100644 --- a/recipes/rpm/rpm-native_4.4.2.3.bb +++ b/recipes/rpm/rpm-native_4.4.2.3.bb @@ -4,6 +4,3 @@ 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}" |