diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-08-16 15:08:04 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-08-19 07:28:01 +0200 |
commit | e1aac7076a2f1a9acdeb9e7f1ee97b09102b66a0 (patch) | |
tree | dc8960895a2fcbfaa3ff0c93cc2e210cd9418d5a /recipes/obsolete/xorg/xorg-lib/xtrans_1.0.4.bb | |
parent | ef9813dfa32794cf492c07a0905a6441a4a53bc4 (diff) |
xorg-lib: move older not pinned versions to obsolete dir
Acked-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/obsolete/xorg/xorg-lib/xtrans_1.0.4.bb')
-rw-r--r-- | recipes/obsolete/xorg/xorg-lib/xtrans_1.0.4.bb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/recipes/obsolete/xorg/xorg-lib/xtrans_1.0.4.bb b/recipes/obsolete/xorg/xorg-lib/xtrans_1.0.4.bb new file mode 100644 index 0000000000..d19a6c0819 --- /dev/null +++ b/recipes/obsolete/xorg/xorg-lib/xtrans_1.0.4.bb @@ -0,0 +1,15 @@ +require xorg-lib-common.inc +DESCRIPTION = "network API translation layer to insulate X applications and \ +libraries from OS network vageries." +PE = "1" +PR = "${INC_PR}.0" + +SRC_URI += "file://fix-missing-includepath.patch" +SRC_URI[archive.md5sum] = "8b36cdf08df12be96615e3d550236626" +SRC_URI[archive.sha256sum] = "765219fa822edeffb0650e93458e4ebf63c23176e58fce06806fb251fbfe7d8c" + +FILESPATHPKG .= ":xtrans-${PV}:xtrans" + +ALLOW_EMPTY = "1" + +BBCLASSEXTEND = "native nativesdk" |