From: Dexuan Cui Date: Tue, 31 May 2011 07:08:47 +0000 (+0800) Subject: perlnative.bbclass: add the file X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~45255 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=76221b6b159d6ea3c16cff9879d6c0fec11c5b58;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git perlnative.bbclass: add the file Signed-off-by: Dexuan Cui --- diff --git a/meta/classes/perlnative.bbclass b/meta/classes/perlnative.bbclass new file mode 100644 index 00000000000..522344d9af0 --- /dev/null +++ b/meta/classes/perlnative.bbclass @@ -0,0 +1,2 @@ +PATH_prepend = "${STAGING_BINDIR_NATIVE}/perl-native:" +DEPENDS += "perl-native"