From: Chris Larson Date: Wed, 20 Jan 2010 23:14:08 +0000 (-0700) Subject: rpm-native: kill unnecessary varprefix/localstatedir manipulation X-Git-Tag: Release-2010-05/1~339^2~23^2~5^2~15^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2f6df5f0713355be81814f65df25143aba5ea4fb;p=openembedded.git rpm-native: kill unnecessary varprefix/localstatedir manipulation Signed-off-by: Chris Larson --- 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}"