[oe-commits] Henning Heinold : libx11-native: provide native recipe for versiob 1.2

git version control git at git.openembedded.org
Tue Sep 1 23:34:20 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: f784dd2d78f947838ebc1d4a84f81a55e8311b8f
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=f784dd2d78f947838ebc1d4a84f81a55e8311b8f

Author: Henning Heinold <heinold at inf.fu-berlin.de>
Date:   Wed Sep  2 00:59:42 2009 +0200

libx11-native: provide native recipe for versiob 1.2

---

 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 0000000..e7931dc
--- /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}-"





More information about the Openembedded-commits mailing list