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.4.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.4.bb')
-rw-r--r-- | recipes/xorg-lib/xtrans_1.0.4.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/xorg-lib/xtrans_1.0.4.bb b/recipes/xorg-lib/xtrans_1.0.4.bb index de826bb9ba..325ecdc182 100644 --- a/recipes/xorg-lib/xtrans_1.0.4.bb +++ b/recipes/xorg-lib/xtrans_1.0.4.bb @@ -2,12 +2,12 @@ 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" -XORG_PN = "xtrans" - SRC_URI += "file://fix-missing-includepath.patch" SRC_URI[archive.md5sum] = "8b36cdf08df12be96615e3d550236626" |