From: Henning Heinold Date: Tue, 1 Sep 2009 22:59:42 +0000 (+0200) Subject: libx11-native: provide native recipe for versiob 1.2 X-Git-Tag: Release-2010-05/1~2547 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f784dd2d78f947838ebc1d4a84f81a55e8311b8f;p=openembedded.git libx11-native: provide native recipe for versiob 1.2 --- 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}-"