From: Martin Jansa Date: Thu, 24 Jun 2010 07:15:03 +0000 (+0200) Subject: libfontenc: convert to BBCLASSEXTEND X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8e4f2960b779402f35d80c320afce2daa058cb44;p=openembedded.git libfontenc: convert to BBCLASSEXTEND * PR will be bumped later with INC_PR conversion Signed-off-by: Martin Jansa --- diff --git a/recipes/xorg-lib/libfontenc-native_1.0.4.bb b/recipes/xorg-lib/libfontenc-native_1.0.4.bb deleted file mode 100644 index a907e08f12..0000000000 --- a/recipes/xorg-lib/libfontenc-native_1.0.4.bb +++ /dev/null @@ -1,8 +0,0 @@ -require libfontenc_${PV}.bb - -DEPENDS = "zlib-native xproto-native" -PE = "1" - -XORG_PN = "libfontenc" - -inherit native diff --git a/recipes/xorg-lib/libfontenc-native_1.0.5.bb b/recipes/xorg-lib/libfontenc-native_1.0.5.bb deleted file mode 100644 index d60975d234..0000000000 --- a/recipes/xorg-lib/libfontenc-native_1.0.5.bb +++ /dev/null @@ -1,11 +0,0 @@ -require libfontenc_${PV}.bb - -DEPENDS = "zlib-native xproto-native" -PE = "1" - -XORG_PN = "libfontenc" - -inherit native - -SRC_URI[archive.md5sum] = "4f0d8191819be9f2bdf9dad49a65e43b" -SRC_URI[archive.sha256sum] = "7f3cde0331e9ad3da720b1a8255e121673701199df0802b62380436e74222700" diff --git a/recipes/xorg-lib/libfontenc_1.0.4.bb b/recipes/xorg-lib/libfontenc_1.0.4.bb index 13b2ac9687..efe5e7562f 100644 --- a/recipes/xorg-lib/libfontenc_1.0.4.bb +++ b/recipes/xorg-lib/libfontenc_1.0.4.bb @@ -3,6 +3,7 @@ require xorg-lib-common.inc DESCRIPTION = "X11 font encoding library" LICENSE = "BSD-X" DEPENDS += "zlib xproto" +BBCLASSEXTEND = "native" PR = "r1" PE = "1" diff --git a/recipes/xorg-lib/libfontenc_1.0.5.bb b/recipes/xorg-lib/libfontenc_1.0.5.bb index c3d13dfe86..81d8fb2c28 100644 --- a/recipes/xorg-lib/libfontenc_1.0.5.bb +++ b/recipes/xorg-lib/libfontenc_1.0.5.bb @@ -3,6 +3,7 @@ require xorg-lib-common.inc DESCRIPTION = "X11 font encoding library" LICENSE = "BSD-X" DEPENDS += "zlib xproto" +BBCLASSEXTEND = "native" PR = "r1" PE = "1"