diff options
Diffstat (limited to 'recipes/xorg-lib/xtrans_1.2.bb')
-rw-r--r-- | recipes/xorg-lib/xtrans_1.2.bb | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/recipes/xorg-lib/xtrans_1.2.bb b/recipes/xorg-lib/xtrans_1.2.bb new file mode 100644 index 0000000000..4ddc351919 --- /dev/null +++ b/recipes/xorg-lib/xtrans_1.2.bb @@ -0,0 +1,9 @@ +require xorg-lib-common.inc + +DESCRIPTION = "network API translation layer to insulate X applications and \ +libraries from OS network vageries." +PE = "1" + +ALLOW_EMPTY = "1" + +SRC_URI += "file://fix-missing-includepath.patch;patch=1" |