diff options
-rw-r--r-- | meta/packages/xorg-lib/xtrans_1.0.3.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/packages/xorg-lib/xtrans_1.0.3.bb b/meta/packages/xorg-lib/xtrans_1.0.3.bb index 42cf655a3f..f23d3aa816 100644 --- a/meta/packages/xorg-lib/xtrans_1.0.3.bb +++ b/meta/packages/xorg-lib/xtrans_1.0.3.bb | |||
@@ -3,5 +3,8 @@ require xorg-lib-common.inc | |||
3 | DESCRIPTION = "network API translation layer to insulate X applications and \ | 3 | DESCRIPTION = "network API translation layer to insulate X applications and \ |
4 | libraries from OS network vageries." | 4 | libraries from OS network vageries." |
5 | PE = "1" | 5 | PE = "1" |
6 | PR = "r1" | ||
6 | 7 | ||
7 | SRC_URI += "file://fix-missing-includepath.patch;patch=1" | 8 | SRC_URI += "file://fix-missing-includepath.patch;patch=1" |
9 | |||
10 | ALLOW_EMPTY = "1" | ||