From 6c9d93a8c6ea5a8a4996dc6e6393b4ce83abe216 Mon Sep 17 00:00:00 2001 From: Marcin Juszkiewicz Date: Wed, 4 Jul 2007 14:45:36 +0000 Subject: xorg-lib: X11 cleanup part 2: added DESCRIPTION fields, fixed DEPENDS lines, fixed order of fields - dropped old unused recipes: libice 1.0.1, libxevie 1.0.1, libxext 1.0.1 - dependencies are cleaned as many recipes had repeated deps of own deps git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2099 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- meta/packages/xorg-lib/libfontenc-native_1.0.4.bb | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'meta/packages/xorg-lib/libfontenc-native_1.0.4.bb') diff --git a/meta/packages/xorg-lib/libfontenc-native_1.0.4.bb b/meta/packages/xorg-lib/libfontenc-native_1.0.4.bb index 9135244ab..a907e08f1 100644 --- a/meta/packages/xorg-lib/libfontenc-native_1.0.4.bb +++ b/meta/packages/xorg-lib/libfontenc-native_1.0.4.bb @@ -1,14 +1,8 @@ -require xorg-lib-common.inc -DESCRIPTION = "X libfontenc library (used by libxfont)." -SECTION = "x11/libs" -PRIORITY = "optional" -LICENSE = "BSD-X" +require libfontenc_${PV}.bb DEPENDS = "zlib-native xproto-native" - PE = "1" XORG_PN = "libfontenc" -S = "${WORKDIR}/libfontenc-${PV}" -inherit native autotools pkgconfig +inherit native -- cgit v1.2.3