From: Scott Garman Date: Mon, 7 Feb 2011 04:42:12 +0000 (-0800) Subject: libxpm: add native support to recipe X-Git-Tag: 2011-1~2423 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=98dec6e8893e7aa03f24b9fa7da03951dbbd2bf7;p=openembedded-core.git libxpm: add native support to recipe The native recipe is needed by the transfig-native dependency chain. Signed-off-by: Scott Garman --- diff --git a/meta/recipes-graphics/xorg-lib/libxpm_3.5.9.bb b/meta/recipes-graphics/xorg-lib/libxpm_3.5.9.bb index 1a548fa57a..a4b3c0dd3e 100644 --- a/meta/recipes-graphics/xorg-lib/libxpm_3.5.9.bb +++ b/meta/recipes-graphics/xorg-lib/libxpm_3.5.9.bb @@ -21,3 +21,5 @@ FILES_sxpm = "${bindir}/sxpm" SRC_URI[md5sum] = "2de3a1b9541f4b3a6f9d84b69d25530e" SRC_URI[sha256sum] = "8add01029cab0598ca86e01a2f7781a636f74b757abe6b50ba61b2a6e2fd621e" + +BBCLASSEXTEND = "native"