ping -R
On 10/16/2014 10:02 AM, [email protected] wrote:
From: "Roy.Li" <[email protected]> rpm needs gnupg to do signature, otherwise the below error: $ rpm -v --addsign m4-1.4.16-r4.0.x86_64.rpm Enter pass phrase: error: Could not exec gpg: No such file or directory $ Signed-off-by: Roy.Li <[email protected]> --- meta/recipes-devtools/rpm/rpm_5.4.14.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-devtools/rpm/rpm_5.4.14.bb b/meta/recipes-devtools/rpm/rpm_5.4.14.bb index fb8a507..78a880a 100644 --- a/meta/recipes-devtools/rpm/rpm_5.4.14.bb +++ b/meta/recipes-devtools/rpm/rpm_5.4.14.bb @@ -335,6 +335,7 @@ RDEPENDS_${PN} = "base-files run-postinsts" RDEPENDS_${PN}_class-native = "" RDEPENDS_${PN}_class-nativesdk = "" RDEPENDS_${PN}-build = "file bash perl" +RRECOMMENDS_${PN}_class-target = "gnupg" RDEPENDS_python-rpm = "${PN}"
-- Best Reagrds, Roy | RongQing Li -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
