Patchworkβ [oe,1/2] rpm-native-4.4.2.3: removing invalid layout var

login
register
about
Submitter Ricardo Salveti de Araujo
Date 2009-11-23 17:17:14
Message ID <1258996635-20162-1-git-send-email-ricardo.salveti@openbossa.org>
Download mbox | patch
Permalink /patch/1317/
State Superseded, archived
Headers show

Comments

Ricardo Salveti de Araujo - 2009-11-23 17:17:14
rpm-native will break with old layout definition at an invalid recursion.

Signed-off-by: Ricardo Salveti de Araujo <ricardo.salveti@openbossa.org>
---
 recipes/rpm/rpm-native_4.4.2.3.bb |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

Patch

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}"