diff options
author | Henning Heinold <heinold@inf.fu-berlin.de> | 2009-09-02 00:59:42 +0200 |
---|---|---|
committer | Henning Heinold <heinold@inf.fu-berlin.de> | 2009-09-02 01:33:08 +0200 |
commit | f784dd2d78f947838ebc1d4a84f81a55e8311b8f (patch) | |
tree | a71e3ce82d0245c76cee7173c0ddaee9a80a8d90 /recipes/xorg-lib | |
parent | af431dbe673e2135f912d07479e4b964f5583246 (diff) |
libx11-native: provide native recipe for versiob 1.2
Diffstat (limited to 'recipes/xorg-lib')
-rw-r--r-- | recipes/xorg-lib/libx11-native_1.2.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes/xorg-lib/libx11-native_1.2.bb b/recipes/xorg-lib/libx11-native_1.2.bb new file mode 100644 index 0000000000..e7931dcdfd --- /dev/null +++ b/recipes/xorg-lib/libx11-native_1.2.bb @@ -0,0 +1,11 @@ +require libx11_${PV}.bb + +FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/libx11" + +DEPENDS = "xproto-native xextproto-native libxau-native xtrans-native libxdmcp-native xcmiscproto-native xf86bigfontproto-native kbproto-native inputproto-native bigreqsproto-native util-macros-native" +PROVIDES = "" + +inherit native + +#fake it here for the libtool mess +TARGET_PREFIX = "${TARGET_SYS}-" |