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 /meta | |
parent | 38eaf20166a09e13fc0880e67c47973dcaf06271 (diff) | |
download | openembedded-core-26e3ce2991c05386416c4cd49d30f3ce0bd3a717.tar.gz openembedded-core-26e3ce2991c05386416c4cd49d30f3ce0bd3a717.tar.bz2 openembedded-core-26e3ce2991c05386416c4cd49d30f3ce0bd3a717.zip |
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>
Diffstat (limited to 'meta')
-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" XORG_PN = "libXext" -BBCLASSEXTEND = "nativesdk" +BBCLASSEXTEND = "native nativesdk" SRC_URI[md5sum] = "9bb236ff0193e9fc1c1fb504dd840331" SRC_URI[sha256sum] = "4aed3e211e41c47908c293515580e731c26048f61a1212bf0888d1f456de6ff7" |