]> code.ossystems Code Review - openembedded-core.git/commitdiff
libxpm: add native support to recipe
authorScott Garman <scott.a.garman@intel.com>
Mon, 7 Feb 2011 04:42:12 +0000 (20:42 -0800)
committerRichard Purdie <rpurdie@linux.intel.com>
Wed, 9 Feb 2011 22:45:46 +0000 (22:45 +0000)
The native recipe is needed by the transfig-native dependency chain.

Signed-off-by: Scott Garman <scott.a.garman@intel.com>
meta/recipes-graphics/xorg-lib/libxpm_3.5.9.bb

index 1a548fa57a89a0bb3fe5ac0360d8e63401e4be62..a4b3c0dd3eb23de9d857aea93a3e5100855c497d 100644 (file)
@@ -21,3 +21,5 @@ FILES_sxpm = "${bindir}/sxpm"
 
 SRC_URI[md5sum] = "2de3a1b9541f4b3a6f9d84b69d25530e"
 SRC_URI[sha256sum] = "8add01029cab0598ca86e01a2f7781a636f74b757abe6b50ba61b2a6e2fd621e"
+
+BBCLASSEXTEND = "native"