diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-06-24 15:29:41 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-06-25 07:30:39 +0200 |
commit | 3e73258bfcda570266628949ee67721a291e4fbf (patch) | |
tree | 3258d904a3b1e2bf502d654a616dcf4af43d7b28 /recipes/xorg-lib/xtrans_1.0.3.bb | |
parent | d6a09af6b84ae0c4121e3619d2f9fe16e6c99ecb (diff) |
xtrans convert to BBCLASSEXTEND
* PR will be bumped later with INC_PR conversion
* remove original PROVIDES it's not used anywhere and is broken with BBCLASSEXTEND
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/xorg-lib/xtrans_1.0.3.bb')
-rw-r--r-- | recipes/xorg-lib/xtrans_1.0.3.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes/xorg-lib/xtrans_1.0.3.bb b/recipes/xorg-lib/xtrans_1.0.3.bb index 30c3d03ba1..74af98bb1e 100644 --- a/recipes/xorg-lib/xtrans_1.0.3.bb +++ b/recipes/xorg-lib/xtrans_1.0.3.bb @@ -2,6 +2,8 @@ require xorg-lib-common.inc DESCRIPTION = "network API translation layer to insulate X applications and \ libraries from OS network vageries." +BBCLASSEXTEND = "native sdk" +FILESPATHPKG .= ":xtrans-${PV}:xtrans" PE = "1" ALLOW_EMPTY = "1" |