From 857fac08cb249564bfcdb79b43b28d1be0433e2d Mon Sep 17 00:00:00 2001 From: DJ Delorie Date: Tue, 5 Jul 2011 13:25:20 -0400 Subject: Sync recipe stuff from rootfs tree --- recipe.d/0036-rpm | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 recipe.d/0036-rpm (limited to 'recipe.d/0036-rpm') diff --git a/recipe.d/0036-rpm b/recipe.d/0036-rpm new file mode 100644 index 0000000..7405771 --- /dev/null +++ b/recipe.d/0036-rpm @@ -0,0 +1,22 @@ + mcd $BUILDDIR/rpm + $SRC/rpm-*/configure $TCONFIGARGS \ + --build=armv7hl-redhat-linux-gnueabi \ + --host=armv7hl-redhat-linux-gnueabi \ + --target=armv7hl-redhat-linux-gnueabi \ + CPPFLAGS="-I/usr/include/nspr -I/usr/include/nss3" \ + --libdir=/usr/lib \ + --with-external-db \ + --disable-static \ + --without-lua + make $J + make $J install + mkdir -p /etc/rpm + mkdir -p /var/lib/rpm + for dbi in \ + Basenames Conflictname Dirnames Group Installtid Name Obsoletename \ + Packages Providename Requirename Triggername Sha1header Sigmd5 \ + __db.001 __db.002 __db.003 __db.004 __db.005 __db.006 __db.007 \ + __db.008 __db.009 + do + touch /var/lib/rpm/$dbi + done -- cgit