[OE-core] [meta-oe][PATCH] sed: rrec on locale-base-ru-ru, not rdep

Rehman, Abdur Abdur_Rehman at mentor.com
Thu Jul 23 14:55:19 UTC 2015


meta-oe got included in the subject by accident.
I will update and send the patch again.

Thanks,
AbdurRehman
________________________________________
From: Ahsan, Noor
Sent: Thursday, July 23, 2015 7:49 PM
To: Rehman, Abdur; openembedded-core at lists.openembedded.org
Cc: Larson, Chris
Subject: RE: [OE-core] [meta-oe][PATCH] sed: rrec on locale-base-ru-ru, not rdep

This should be sent to openembedded mailing list not on oe-core mailing list.

Noor

-----Original Message-----
From: openembedded-core-bounces at lists.openembedded.org [mailto:openembedded-core-bounces at lists.openembedded.org] On Behalf Of Rehman, Abdur
Sent: Thursday, July 23, 2015 6:34 PM
To: openembedded-core at lists.openembedded.org
Cc: Larson, Chris
Subject: [OE-core] [meta-oe][PATCH] sed: rrec on locale-base-ru-ru, not rdep

This locale package isn't guaranteed to exist, depending on the value of GLIBC_GENERATE_LOCALES.

The value of GLIBC_GENERATE_LOCALES can be specified to not contain locale-base-ru-ru, thus resulting in unsatisfied dependency. Its better to remove hardcoded dependency upon locale-base-ru-ru in favor of a recommendation, as this locale isn't always available depending upon the value of GLIBC_GENERATE_LOCALES.

Signed-off-by: Christopher Larson <chris_larson at mentor.com>
Signed-off-by: Abdur Rehman <abdur_rehman at mentor.com>
---
 meta/recipes-extended/sed/sed_4.2.2.bb |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/meta/recipes-extended/sed/sed_4.2.2.bb b/meta/recipes-extended/sed/sed_4.2.2.bb
index a1e3483..5da3355 100644
--- a/meta/recipes-extended/sed/sed_4.2.2.bb
+++ b/meta/recipes-extended/sed/sed_4.2.2.bb
@@ -15,7 +15,8 @@ SRC_URI[md5sum] = "4111de4faa3b9848a0686b2f260c5056"
 SRC_URI[sha256sum] = "fea0a94d4b605894f3e2d5572e3f96e4413bcad3a085aae7367c2cf07908b2ff"

 inherit autotools texinfo update-alternatives gettext ptest -RDEPENDS_${PN}-ptest += "make locale-base-ru-ru ${PN}"
+RDEPENDS_${PN}-ptest += "make ${PN}"
+RRECOMMENDS_${PN}-ptest += "locale-base-ru-ru"

 EXTRA_OECONF = "--disable-acl \
                 ${@bb.utils.contains('PTEST_ENABLED', '1', '--enable-regex-tests', '', d)}"
--
1.7.9.5

--
_______________________________________________
Openembedded-core mailing list
Openembedded-core at lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core



More information about the Openembedded-core mailing list