* [PATCH 1/1] package_rpm.bbclass: fix bashims at rpm_common_comand() method
[not found] <cover.1332006643.git.otavio@ossystems.com.br>
@ 2012-03-17 17:50 ` Otavio Salvador
2012-03-19 23:48 ` Richard Purdie
0 siblings, 1 reply; 2+ messages in thread
From: Otavio Salvador @ 2012-03-17 17:50 UTC (permalink / raw)
To: openembedded-core
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Cc: Daiane Angolini <daiane.angolini@freescale.com>
---
meta/classes/package_rpm.bbclass | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/meta/classes/package_rpm.bbclass b/meta/classes/package_rpm.bbclass
index 68313ec..80b1619 100644
--- a/meta/classes/package_rpm.bbclass
+++ b/meta/classes/package_rpm.bbclass
@@ -151,7 +151,6 @@ resolve_package_rpm () {
rpm_common_comand () {
local target_rootfs="${INSTALL_ROOTFS_RPM}"
- local extra_args="$@"
${RPM} --root ${target_rootfs} \
--predefine "_rpmds_sysinfo_path ${target_rootfs}/etc/rpm/sysinfo" \
@@ -160,7 +159,7 @@ rpm_common_comand () {
-D "_dbpath ${rpmlibdir}" \
--noparentdirs --nolinktos \
-D "__dbi_txn create nofsync private" \
- -D "_cross_scriptlet_wrapper ${WORKDIR}/scriptlet_wrapper" $extra_args
+ -D "_cross_scriptlet_wrapper ${WORKDIR}/scriptlet_wrapper" $@
}
# install or remove the pkg
--
1.7.2.5
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH 1/1] package_rpm.bbclass: fix bashims at rpm_common_comand() method
2012-03-17 17:50 ` [PATCH 1/1] package_rpm.bbclass: fix bashims at rpm_common_comand() method Otavio Salvador
@ 2012-03-19 23:48 ` Richard Purdie
0 siblings, 0 replies; 2+ messages in thread
From: Richard Purdie @ 2012-03-19 23:48 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer
On Sat, 2012-03-17 at 17:50 +0000, Otavio Salvador wrote:
> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
> Cc: Daiane Angolini <daiane.angolini@freescale.com>
> ---
> meta/classes/package_rpm.bbclass | 3 +--
> 1 files changed, 1 insertions(+), 2 deletions(-)
Merged to master, thanks.
Richard
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-03-19 23:57 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <cover.1332006643.git.otavio@ossystems.com.br>
2012-03-17 17:50 ` [PATCH 1/1] package_rpm.bbclass: fix bashims at rpm_common_comand() method Otavio Salvador
2012-03-19 23:48 ` Richard Purdie
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox