diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-05-09 16:56:20 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-05-09 16:56:20 +0000 |
commit | fbf85058e8a5aa3d4769b201761c7f5216348b57 (patch) | |
tree | d459b523fbc8fd0541ffa45c512f35dde7f6f2e6 | |
parent | 3a0a883c69acddff15dc4131088f5e313fe8788d (diff) | |
download | poky-fbf85058e8a5aa3d4769b201761c7f5216348b57.tar.gz |
inputproto-native:added 1.4.1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1682 311d38ba-8fff-0310-9ca6-ca027cbcb966
-rw-r--r-- | meta/packages/xorg-proto/inputproto-native_1.4.1.bb | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/meta/packages/xorg-proto/inputproto-native_1.4.1.bb b/meta/packages/xorg-proto/inputproto-native_1.4.1.bb new file mode 100644 index 0000000000..6d5444c977 --- /dev/null +++ b/meta/packages/xorg-proto/inputproto-native_1.4.1.bb | |||
@@ -0,0 +1,9 @@ | |||
1 | DESCRIPTION = "X protocol headers" | ||
2 | SECTION = "x11/libs" | ||
3 | LICENSE= "MIT-X" | ||
4 | PE = "1" | ||
5 | |||
6 | SRC_URI = "${XORG_MIRROR}/X11R7.0/src/proto/inputproto-${PV}.tar.bz2" | ||
7 | S = "${WORKDIR}/inputproto-${PV}" | ||
8 | |||
9 | inherit native autotools pkgconfig | ||