diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-11-30 15:51:39 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-11-30 15:51:39 +0000 |
commit | dbae4c165c19ce456909f983733bf4e43b2e44cf (patch) | |
tree | 1a213969f17da8a8f09cef8aa392bf9cfe08dec4 /meta | |
parent | 3e8d1b66352c0231f848b857c1a517e2a080e938 (diff) | |
download | poky-dbae4c165c19ce456909f983733bf4e43b2e44cf.tar.gz |
xtrans: create empty xtrans package as xtrans-dev depend on it
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3282 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta')
-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" | ||