diff options
Diffstat (limited to 'meta/packages/xorg-util')
-rw-r--r-- | meta/packages/xorg-util/util-macros-native_X11R7.1-1.1.5.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/meta/packages/xorg-util/util-macros-native_X11R7.1-1.1.5.bb b/meta/packages/xorg-util/util-macros-native_X11R7.1-1.1.5.bb new file mode 100644 index 0000000000..64e0550571 --- /dev/null +++ b/meta/packages/xorg-util/util-macros-native_X11R7.1-1.1.5.bb | |||
@@ -0,0 +1,11 @@ | |||
1 | DESCRIPTION = "X autotools macros" | ||
2 | SECTION = "x11/libs" | ||
3 | LICENSE= "Xorg" | ||
4 | |||
5 | SRC_URI = "${XORG_MIRROR}/individual/util/util-macros-1.1.5.tar.bz2 \ | ||
6 | file://unbreak_cross_compile.patch;patch=1 " | ||
7 | |||
8 | S = "${WORKDIR}/util-macros-1.1.5" | ||
9 | |||
10 | inherit native autotools pkgconfig | ||
11 | |||