From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp485.redcondor.net (smtp485.redcondor.net [208.80.204.85]) by mail.openembedded.org (Postfix) with ESMTP id F3E92606B2 for ; Wed, 26 Oct 2016 12:54:52 +0000 (UTC) Received: from astoria.ccjclearline.com ([64.235.106.9]) by smtp485.redcondor.net ({3be039ea-4351-44b0-a8af-642c38b25916}) via TCP (outbound) with ESMTPS id 20161026125342822_0485; Wed, 26 Oct 2016 12:53:42 +0000 X-RC-FROM: Received: from [216.191.234.70] (port=33081 helo=crashcourse.ca) by astoria.ccjclearline.com with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.80) (envelope-from ) id 1bzNi4-0005RV-27; Wed, 26 Oct 2016 08:53:36 -0400 Date: Wed, 26 Oct 2016 08:52:37 -0400 (EDT) From: "Robert P. J. Day" X-X-Sender: rpjday@ca624034.mitel.com To: Christopher Larson In-Reply-To: Message-ID: References: User-Agent: Alpine 2.20 (LFD 67 2015-01-07) MIME-Version: 1.0 X-MAG-OUTBOUND: ccj.redcondor.net@64.235.106.9/32 Cc: OE Core mailing list Subject: Re: most efficient way to map perl RH rpms to OE package names? X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Oct 2016 12:54:54 -0000 Content-Type: text/plain; charset=US-ASCII never mind, i think i finally twigged to what i need ... i can see in the include file "perl-rdepends_5.22.1.inc" how to define a required module, such as the following "Text::*" modules: RDEPENDS_${PN}-module-text-abbrev += "${PN}-module-exporter" RDEPENDS_${PN}-module-text-balanced += "${PN}-module-carp" RDEPENDS_${PN}-module-text-balanced += "${PN}-module-exporter" RDEPENDS_${PN}-module-text-balanced += "${PN}-module-overload" RDEPENDS_${PN}-module-text-balanced += "${PN}-module-selfloader" RDEPENDS_${PN}-module-text-balanced += "${PN}-module-strict" RDEPENDS_${PN}-module-text-balanced += "${PN}-module-vars" RDEPENDS_${PN}-module-text-parsewords += "${PN}-module-carp" RDEPENDS_${PN}-module-text-parsewords += "${PN}-module-exporter" RDEPENDS_${PN}-module-text-parsewords += "${PN}-module-strict" RDEPENDS_${PN}-module-text-tabs += "${PN}-module-exporter" RDEPENDS_${PN}-module-text-tabs += "${PN}-module-strict" RDEPENDS_${PN}-module-text-tabs += "${PN}-module-vars" RDEPENDS_${PN}-module-text-wrap += "${PN}-module-exporter" RDEPENDS_${PN}-module-text-wrap += "${PN}-module-re" RDEPENDS_${PN}-module-text-wrap += "${PN}-module-strict" RDEPENDS_${PN}-module-text-wrap += "${PN}-module-text-tabs" RDEPENDS_${PN}-module-text-wrap += "${PN}-module-vars" RDEPENDS_${PN}-module-text-wrap += "${PN}-module-warnings-register" so, AFAICT, i need define only the equivalent information for additional modules i want, and explicitly add those to the list of modules i want built. seems pretty straightforward, am i overlooking anything? rday -- ======================================================================== Robert P. J. Day Ottawa, Ontario, CANADA http://crashcourse.ca Twitter: http://twitter.com/rpjday LinkedIn: http://ca.linkedin.com/in/rpjday ========================================================================