[OE-core] [RFC v1 PATCH 01/16] native.bbclass: allow a native package to be populated into its own dir

Cui, Dexuan dexuan.cui at intel.com
Thu Jun 2 06:04:57 UTC 2011


Phil Blundell wrote:
> On Wed, 2011-06-01 at 21:18 +0800, Dexuan Cui wrote:
>> +PACKAGE_OWN_DIR = ""
>> +bindir .= "${PACKAGE_OWN_DIR}"
>> +libdir .= "${PACKAGE_OWN_DIR}"
>> +libexecdir .= "${PACKAGE_OWN_DIR}"
> 
> I think the general idea of this patch is a good one but I'm not
> terribly fond of the name of that variable.  If this is meant to be a
> path suffix that you can optionally set for native packages then how
> about calling it something like NATIVE_PACKAGE_PATH_SUFFIX?

Hi Phil,
Thanks a lot for the suggestion.
Surely NATIVE_PACKAGE_PATH_SUFFIX is a much better naming! :-)
I'll change to use it.

Thanks,
-- Dexuan





More information about the Openembedded-core mailing list