libx11-native: provide native recipe for versiob 1.2
authorHenning Heinold <heinold@inf.fu-berlin.de>
Tue, 1 Sep 2009 22:59:42 +0000 (00:59 +0200)
committerHenning Heinold <heinold@inf.fu-berlin.de>
Tue, 1 Sep 2009 23:33:08 +0000 (01:33 +0200)
recipes/xorg-lib/libx11-native_1.2.bb [new file with mode: 0644]

diff --git a/recipes/xorg-lib/libx11-native_1.2.bb b/recipes/xorg-lib/libx11-native_1.2.bb
new file mode 100644 (file)
index 0000000..e7931dc
--- /dev/null
@@ -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}-"