aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/rpm/rpm-native_4.4.2.3.bb
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openembedded.org>2008-11-19 12:12:37 +0100
committerMarcin Juszkiewicz <hrw@openembedded.org>2009-03-19 20:22:34 +0100
commitaed057419cb98babd0c3856a76222c72c7919a81 (patch)
tree111aef7acd635c1a1addf9548466c92e45d6ca1d /recipes/rpm/rpm-native_4.4.2.3.bb
parent47bb0f5ca3d62205703973398d79ed553bed8a4f (diff)
downloadopenembedded-aed057419cb98babd0c3856a76222c72c7919a81.tar.gz
rpm/rpm-native: Add recipe for 4.4.2.3 (from Poky)
Squashed set of changes from Poky: svn r5069 - rpm/rpm-native: Add recipe for 4.4.2.3 svn r5085 - rpm: Patch out some Makefile strangeness causing build failures svn r5093 - rpm: Enable python extensions and improve cross compiling patches svn r5103 - rpm: Tweak patches to remove popt problem svn r5113 - rpm: Add recommends support from suse rpm patches svn r5132 - rpm-native: Set varprefix to get the rpm database in a sane location svn r5152 - rpm: Handle PYTHONVER differently in EXTRA_OECONF to stop gettext/uclibc failures during parsing svn r5154 - rpm: Add missing patches svn r5423 - rpm: Add python module packaging OE changes: rpm-native: add Python 2.6 support rpm: use distutils-base to get Python version rpm: use sed instead of ed - it is present in our metadata rpm: set ARM_INSTRUCTION_SET as it fails to build for thumb | /tmp/ccYO91se.s: Assembler messages: | /tmp/ccYO91se.s:71: Error: selected processor does not support `swpb r2,r3,[r4]' | /tmp/ccYO91se.s:72: Error: unshifted register required -- `eor r2,r2,#1'
Diffstat (limited to 'recipes/rpm/rpm-native_4.4.2.3.bb')
-rw-r--r--recipes/rpm/rpm-native_4.4.2.3.bb7
1 files changed, 7 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
new file mode 100644
index 0000000000..5ed737e366
--- /dev/null
+++ b/recipes/rpm/rpm-native_4.4.2.3.bb
@@ -0,0 +1,7 @@
+require rpm_${PV}.bb
+inherit native
+
+DEPENDS = "beecrypt-native zlib-native file-native popt-native python-native"
+
+export localstatedir = "${layout_localstatedir}"
+export varprefix = "${layout_localstatedir}"