diff options
author | Scott Garman <scott.a.garman@intel.com> | 2011-02-06 20:42:12 -0800 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2011-02-09 22:45:46 +0000 |
commit | 98dec6e8893e7aa03f24b9fa7da03951dbbd2bf7 (patch) | |
tree | 343acce57761aa132166e6fe83d191b021ea073d /meta/recipes-graphics/xorg-lib/libxpm_3.5.9.bb | |
parent | 26e3ce2991c05386416c4cd49d30f3ce0bd3a717 (diff) | |
download | poky-98dec6e8893e7aa03f24b9fa7da03951dbbd2bf7.tar.gz |
libxpm: add native support to recipe
The native recipe is needed by the transfig-native dependency chain.
Signed-off-by: Scott Garman <scott.a.garman@intel.com>
Diffstat (limited to 'meta/recipes-graphics/xorg-lib/libxpm_3.5.9.bb')
-rw-r--r-- | meta/recipes-graphics/xorg-lib/libxpm_3.5.9.bb | 2 |
1 files changed, 2 insertions, 0 deletions
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" | |||
21 | 21 | ||
22 | SRC_URI[md5sum] = "2de3a1b9541f4b3a6f9d84b69d25530e" | 22 | SRC_URI[md5sum] = "2de3a1b9541f4b3a6f9d84b69d25530e" |
23 | SRC_URI[sha256sum] = "8add01029cab0598ca86e01a2f7781a636f74b757abe6b50ba61b2a6e2fd621e" | 23 | SRC_URI[sha256sum] = "8add01029cab0598ca86e01a2f7781a636f74b757abe6b50ba61b2a6e2fd621e" |
24 | |||
25 | BBCLASSEXTEND = "native" | ||