diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-07-03 12:25:23 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-07-03 12:25:23 +0000 |
commit | 90f726990cc3bc834620455461d9ba894c10b0f5 (patch) | |
tree | c476d2c80b1e3405d54084767eb898311ee944c0 /meta | |
parent | c77477758e2f8c81b19021f5bd9325911eaec6be (diff) | |
download | poky-90f726990cc3bc834620455461d9ba894c10b0f5.tar.gz |
bigreqsproto-native: fix SRC_URI
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2089 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta')
-rw-r--r-- | meta/packages/xorg-proto/bigreqsproto-native_1.0.2.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/packages/xorg-proto/bigreqsproto-native_1.0.2.bb b/meta/packages/xorg-proto/bigreqsproto-native_1.0.2.bb index f7883f32c0..51836203a3 100644 --- a/meta/packages/xorg-proto/bigreqsproto-native_1.0.2.bb +++ b/meta/packages/xorg-proto/bigreqsproto-native_1.0.2.bb | |||
@@ -1,9 +1,10 @@ | |||
1 | require xorg-proto-common.inc | ||
1 | DESCRIPTION = "X protocol headers" | 2 | DESCRIPTION = "X protocol headers" |
2 | SECTION = "x11/libs" | 3 | SECTION = "x11/libs" |
3 | LICENSE= "MIT-X" | 4 | LICENSE= "MIT-X" |
4 | PE = "1" | 5 | PE = "1" |
5 | 6 | ||
6 | SRC_URI = "${XORG_MIRROR}/X11R7.0/src/proto/bigreqsproto-${PV}.tar.bz2" | 7 | XORG_PN = "bigreqsproto" |
7 | S = "${WORKDIR}/bigreqsproto-${PV}" | 8 | S = "${WORKDIR}/bigreqsproto-${PV}" |
8 | 9 | ||
9 | inherit native autotools pkgconfig | 10 | inherit native autotools pkgconfig |