diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-06-25 12:03:16 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-06-25 13:57:14 +0200 |
commit | 617a248ae18671acf7c7eb93ee1a5c782bcd4d7f (patch) | |
tree | 274d2f590bd6684b7af37b07c5fd57fde8527f2d /recipes/xorg-lib/xtrans_1.0.4.bb | |
parent | 733149b626080937eaf0750fbb1d6536fbb3be4f (diff) |
xorg-lib: use nativesdk instead of sdk
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/xorg-lib/xtrans_1.0.4.bb')
-rw-r--r-- | recipes/xorg-lib/xtrans_1.0.4.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/xorg-lib/xtrans_1.0.4.bb b/recipes/xorg-lib/xtrans_1.0.4.bb index 5bef6cca8e..d19a6c0819 100644 --- a/recipes/xorg-lib/xtrans_1.0.4.bb +++ b/recipes/xorg-lib/xtrans_1.0.4.bb @@ -12,4 +12,4 @@ FILESPATHPKG .= ":xtrans-${PV}:xtrans" ALLOW_EMPTY = "1" -BBCLASSEXTEND = "native sdk" +BBCLASSEXTEND = "native nativesdk" |