From patchwork Mon Nov 23 17:17:14 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [oe,1/2] rpm-native-4.4.2.3: removing invalid layout var Date: Mon, 23 Nov 2009 07:17:14 -0000 From: Ricardo Salveti de Araujo X-Patchwork-Id: 1317 Message-Id: <1258996635-20162-1-git-send-email-ricardo.salveti@openbossa.org> To: openembedded-devel@lists.openembedded.org rpm-native will break with old layout definition at an invalid recursion. Signed-off-by: Ricardo Salveti de Araujo --- recipes/rpm/rpm-native_4.4.2.3.bb | 3 +-- 1 files changed, 1 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 62cef86..3cfb43e 100644 --- a/recipes/rpm/rpm-native_4.4.2.3.bb +++ b/recipes/rpm/rpm-native_4.4.2.3.bb @@ -5,5 +5,4 @@ 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}" +export varprefix = "${localstatedir}"