diff options
author | Scott Garman <scott.a.garman@intel.com> | 2011-02-06 20:40:33 -0800 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2011-02-09 22:45:46 +0000 |
commit | 26e3ce2991c05386416c4cd49d30f3ce0bd3a717 (patch) | |
tree | 7881325eac53353294dc39903dddd5c93b53a83d | |
parent | 38eaf20166a09e13fc0880e67c47973dcaf06271 (diff) | |
download | poky-26e3ce2991c05386416c4cd49d30f3ce0bd3a717.tar.gz |
libxext: 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>
-rw-r--r-- | meta/recipes-graphics/xorg-lib/libxext_1.2.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/xorg-lib/libxext_1.2.0.bb b/meta/recipes-graphics/xorg-lib/libxext_1.2.0.bb index b907b9f9da..679bb1ad5f 100644 --- a/meta/recipes-graphics/xorg-lib/libxext_1.2.0.bb +++ b/meta/recipes-graphics/xorg-lib/libxext_1.2.0.bb | |||
@@ -21,7 +21,7 @@ PE = "1" | |||
21 | 21 | ||
22 | XORG_PN = "libXext" | 22 | XORG_PN = "libXext" |
23 | 23 | ||
24 | BBCLASSEXTEND = "nativesdk" | 24 | BBCLASSEXTEND = "native nativesdk" |
25 | 25 | ||
26 | SRC_URI[md5sum] = "9bb236ff0193e9fc1c1fb504dd840331" | 26 | SRC_URI[md5sum] = "9bb236ff0193e9fc1c1fb504dd840331" |
27 | SRC_URI[sha256sum] = "4aed3e211e41c47908c293515580e731c26048f61a1212bf0888d1f456de6ff7" | 27 | SRC_URI[sha256sum] = "4aed3e211e41c47908c293515580e731c26048f61a1212bf0888d1f456de6ff7" |