diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-06-24 09:15:03 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-06-24 11:10:43 +0200 |
commit | 8e4f2960b779402f35d80c320afce2daa058cb44 (patch) | |
tree | 821bb91eb14e79594b2bb5bccde40843c6ee70be /recipes | |
parent | ce26c079f206116b456163a17e123db66033e6bc (diff) |
libfontenc: convert to BBCLASSEXTEND
* PR will be bumped later with INC_PR conversion
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/xorg-lib/libfontenc-native_1.0.4.bb | 8 | ||||
-rw-r--r-- | recipes/xorg-lib/libfontenc-native_1.0.5.bb | 11 | ||||
-rw-r--r-- | recipes/xorg-lib/libfontenc_1.0.4.bb | 1 | ||||
-rw-r--r-- | recipes/xorg-lib/libfontenc_1.0.5.bb | 1 |
4 files changed, 2 insertions, 19 deletions
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" |