diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-07-04 11:40:30 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-07-04 11:40:30 +0000 |
commit | d48249ddf3745d3fe7c8ced9c58e3b3308fce8bb (patch) | |
tree | a6ba2443985f760a2db7f01a59635f00e5454dbd /meta/packages/xorg-proto/fontsproto-native_2.0.2.bb | |
parent | abdf7d4c2eb1c773260b26c5e97c7585851d4dd4 (diff) | |
download | poky-d48249ddf3745d3fe7c8ced9c58e3b3308fce8bb.tar.gz |
xorg-proto: X11 cleanup part 2: added DESCRIPTION fields, fixed DEPENDS lines, fixed order of fields
- all native recipes use non-native as base
- kbproto-native updated to 1.0.3 to match non-native one
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2098 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/xorg-proto/fontsproto-native_2.0.2.bb')
-rw-r--r-- | meta/packages/xorg-proto/fontsproto-native_2.0.2.bb | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/meta/packages/xorg-proto/fontsproto-native_2.0.2.bb b/meta/packages/xorg-proto/fontsproto-native_2.0.2.bb index a6467301b7..4371a07836 100644 --- a/meta/packages/xorg-proto/fontsproto-native_2.0.2.bb +++ b/meta/packages/xorg-proto/fontsproto-native_2.0.2.bb | |||
@@ -1,10 +1,9 @@ | |||
1 | require xorg-proto-common.inc | 1 | require fontsproto_${PV}.bb |
2 | DESCRIPTION = "X protocol headers" | 2 | |
3 | SECTION = "x11/libs" | 3 | PR = "r1" |
4 | LICENSE = "MIT-X" | ||
5 | PE = "1" | ||
6 | 4 | ||
7 | XORG_PN = "fontsproto" | 5 | XORG_PN = "fontsproto" |
6 | |||
8 | S = "${WORKDIR}/fontsproto-${PV}" | 7 | S = "${WORKDIR}/fontsproto-${PV}" |
9 | 8 | ||
10 | inherit native autotools pkgconfig | 9 | inherit native |