From d2dbcec42a554c3aab1ef1631a4100292e33c5d3 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Sun, 21 Jul 2013 09:53:32 -0700 Subject: [PATCH] rpmbuild: use --nodeps option --- bin/misc-functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/misc-functions.sh b/bin/misc-functions.sh index ad99d8a32..9375734cb 100755 --- a/bin/misc-functions.sh +++ b/bin/misc-functions.sh @@ -1231,7 +1231,7 @@ __dyn_rpm() { addwrite "${RPMDIR}" __dyn_spec HOME=${T} \ - rpmbuild -bb --clean --rmsource "${PF}.spec" --buildroot "${D}" --target "${CHOST}" || die "Failed to integrate rpm spec file" + rpmbuild -bb --clean --nodeps --rmsource "${PF}.spec" --buildroot "${D}" --target "${CHOST}" || die "Failed to integrate rpm spec file" install -D "${dest_dir}/${PN}-${PV}-${PR}.${machine_name}.rpm" \ "${RPMDIR}/${CATEGORY}/${PN}-${PV}-${PR}.rpm" || \ die "Failed to move rpm" -- 2.26.2