diff options
author | Holger Freyther <zecke@selfish.org> | 2004-06-05 22:33:41 +0000 |
---|---|---|
committer | Holger Freyther <zecke@selfish.org> | 2004-06-05 22:33:41 +0000 |
commit | a3f307356b7d3c853d82e84552b4d76a0b08cf6e (patch) | |
tree | 07241b7ce1b1e55b1a6c90e047abce5fdebe11ee | |
parent | 64857b207da96e525179459e31cf6e31dfbfeab9 (diff) |
Merge bk://openembedded@openembedded.bkbits.net/packages
into debian.(none):/home/ich/programming/oe/oe-packages-exported
2004/06/06 00:33:11+02:00 (none)!ich
FIX the native package names of the various X11 libraries and binaries. This fixes compilation
BKrev: 40c24a45Pw5JwatW8m5g06gjptGR2Q
-rw-r--r-- | x11/x11-native_cvs.oe | 4 | ||||
-rw-r--r-- | xau/xau-native_cvs.oe | 4 | ||||
-rw-r--r-- | xextensions/xextensions-native_cvs.oe | 3 | ||||
-rw-r--r-- | xproto/xproto-native_cvs.oe | 4 |
4 files changed, 15 insertions, 0 deletions
diff --git a/x11/x11-native_cvs.oe b/x11/x11-native_cvs.oe index e69de29bb2..cdae3f7957 100644 --- a/x11/x11-native_cvs.oe +++ b/x11/x11-native_cvs.oe @@ -0,0 +1,4 @@ +include x11_cvs.oe +inherit native +DEPENDS = "xproto-native xextensions-native xau-native xtrans-native libxdmcp-native" +PROVIDES = "" diff --git a/xau/xau-native_cvs.oe b/xau/xau-native_cvs.oe index e69de29bb2..2f9c48d43b 100644 --- a/xau/xau-native_cvs.oe +++ b/xau/xau-native_cvs.oe @@ -0,0 +1,4 @@ +include xau_cvs.oe +inherit native +DEPENDS = "xproto-native" +PROVIDES = "" diff --git a/xextensions/xextensions-native_cvs.oe b/xextensions/xextensions-native_cvs.oe index e69de29bb2..e123dfb3ba 100644 --- a/xextensions/xextensions-native_cvs.oe +++ b/xextensions/xextensions-native_cvs.oe @@ -0,0 +1,3 @@ +include xextensions_cvs.oe +inherit native +PROVIDES = "" diff --git a/xproto/xproto-native_cvs.oe b/xproto/xproto-native_cvs.oe index e69de29bb2..c5cdb1e706 100644 --- a/xproto/xproto-native_cvs.oe +++ b/xproto/xproto-native_cvs.oe @@ -0,0 +1,4 @@ +include xproto_cvs.oe +inherit native +PROVIDES = "" + |