diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-06-24 14:13:54 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-06-25 07:30:35 +0200 |
commit | 3071ca90a74b0a03071259cd54d6523b115fede7 (patch) | |
tree | abed7f99b76e003ef9c57a0f37ae11efdb72e2ea /recipes | |
parent | 967e5cd4eb373c07bbd5f66a7f07eed4b1a04e3a (diff) |
libxfont: 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/libxfont-native_1.3.0.bb | 14 | ||||
-rw-r--r-- | recipes/xorg-lib/libxfont-native_1.3.2.bb | 14 | ||||
-rw-r--r-- | recipes/xorg-lib/libxfont-native_1.4.1.bb | 14 | ||||
-rw-r--r-- | recipes/xorg-lib/libxfont_1.2.7.bb | 3 | ||||
-rw-r--r-- | recipes/xorg-lib/libxfont_1.2.8.bb | 3 | ||||
-rw-r--r-- | recipes/xorg-lib/libxfont_1.3.0.bb | 1 | ||||
-rw-r--r-- | recipes/xorg-lib/libxfont_1.3.1.bb | 1 | ||||
-rw-r--r-- | recipes/xorg-lib/libxfont_1.3.2.bb | 1 | ||||
-rw-r--r-- | recipes/xorg-lib/libxfont_1.3.3.bb | 3 | ||||
-rw-r--r-- | recipes/xorg-lib/libxfont_1.4.1.bb | 3 |
10 files changed, 9 insertions, 48 deletions
diff --git a/recipes/xorg-lib/libxfont-native_1.3.0.bb b/recipes/xorg-lib/libxfont-native_1.3.0.bb deleted file mode 100644 index 45fe47663b..0000000000 --- a/recipes/xorg-lib/libxfont-native_1.3.0.bb +++ /dev/null @@ -1,14 +0,0 @@ -require libxfont_${PV}.bb - -DEPENDS = "xproto-native zlib-native fontcacheproto-native fontsproto-native \ - libfontenc-native xtrans-native freetype-native util-macros-native" -PROVIDES = "${P} ${PF} ${PN}" -PE = "1" - -# no need for patch used in libxfont -SRC_URI = "${XORG_MIRROR}/individual/lib/${XORG_PN}-${PV}.tar.bz2" - -inherit native - -SRC_URI[md5sum] = "d1d3fa170d74b066f1f23ca8574e7c90" -SRC_URI[sha256sum] = "07567b9880f28d1a404389c024a185419bfe81136aef3d9eda52407f34c3d3dd" diff --git a/recipes/xorg-lib/libxfont-native_1.3.2.bb b/recipes/xorg-lib/libxfont-native_1.3.2.bb deleted file mode 100644 index 30b505c91e..0000000000 --- a/recipes/xorg-lib/libxfont-native_1.3.2.bb +++ /dev/null @@ -1,14 +0,0 @@ -require libxfont_${PV}.bb - -DEPENDS = "xproto-native zlib-native fontcacheproto-native fontsproto-native \ - libfontenc-native xtrans-native freetype-native util-macros-native" -PROVIDES = "${P} ${PF} ${PN}" -PE = "1" - -# no need for patch used in libxfont -SRC_URI = "${XORG_MIRROR}/individual/lib/${XORG_PN}-${PV}.tar.bz2" - -inherit native - -SRC_URI[md5sum] = "64f510ebf9679f3a97a3d633cbee4f50" -SRC_URI[sha256sum] = "c167cfd529b7c67f496ee0bed3c0b43e0107de0f689d387c1c0e23ef7cf3d2f2" diff --git a/recipes/xorg-lib/libxfont-native_1.4.1.bb b/recipes/xorg-lib/libxfont-native_1.4.1.bb deleted file mode 100644 index 4fb94bf6fe..0000000000 --- a/recipes/xorg-lib/libxfont-native_1.4.1.bb +++ /dev/null @@ -1,14 +0,0 @@ -require libxfont_${PV}.bb - -DEPENDS = "xproto-native zlib-native fontcacheproto-native fontsproto-native \ - libfontenc-native xtrans-native freetype-native util-macros-native" -PROVIDES = "${P} ${PF} ${PN}" -PE = "1" - -# no need for patch used in libxfont -SRC_URI = "${XORG_MIRROR}/individual/lib/${XORG_PN}-${PV}.tar.bz2" - -inherit native - -SRC_URI[md5sum] = "4f2bed2a2be82e90a51a24bb3a22cdf0" -SRC_URI[sha256sum] = "112bfc30820b98deec4c9914536c5aa2f8b5162bd2b0bdb342343168e06f7679" diff --git a/recipes/xorg-lib/libxfont_1.2.7.bb b/recipes/xorg-lib/libxfont_1.2.7.bb index c6cbff8a3d..ceb166de31 100644 --- a/recipes/xorg-lib/libxfont_1.2.7.bb +++ b/recipes/xorg-lib/libxfont_1.2.7.bb @@ -1,5 +1,4 @@ require xorg-lib-common.inc -PE = "1" DESCRIPTION = "X font library (used by the X server)." LICENSE= "BSD-X" @@ -8,7 +7,9 @@ PRIORITY = "optional" SRC_URI += "file://no-scalable-crash.patch" DEPENDS += " freetype fontcacheproto zlib xproto xtrans fontsproto libfontenc" +BBCLASSEXTEND = "native" PROVIDES = "xfont" +PE = "1" XORG_PN = "libXfont" diff --git a/recipes/xorg-lib/libxfont_1.2.8.bb b/recipes/xorg-lib/libxfont_1.2.8.bb index 9d9847980e..407c1183b2 100644 --- a/recipes/xorg-lib/libxfont_1.2.8.bb +++ b/recipes/xorg-lib/libxfont_1.2.8.bb @@ -1,5 +1,4 @@ require xorg-lib-common.inc -PE = "1" DESCRIPTION = "X font library (used by the X server)." LICENSE= "BSD-X" @@ -8,7 +7,9 @@ PRIORITY = "optional" SRC_URI += "file://no-scalable-crash.patch" DEPENDS += " freetype fontcacheproto zlib xproto xtrans fontsproto libfontenc" +BBCLASSEXTEND = "native" PROVIDES = "xfont" +PE = "1" XORG_PN = "libXfont" diff --git a/recipes/xorg-lib/libxfont_1.3.0.bb b/recipes/xorg-lib/libxfont_1.3.0.bb index 6f63f7b5f1..27fc891c1e 100644 --- a/recipes/xorg-lib/libxfont_1.3.0.bb +++ b/recipes/xorg-lib/libxfont_1.3.0.bb @@ -3,6 +3,7 @@ require xorg-lib-common.inc DESCRIPTION = "X11 font rasterisation library" LICENSE= "BSD-X" DEPENDS += "freetype fontcacheproto xtrans fontsproto libfontenc" +BBCLASSEXTEND = "native" PROVIDES = "xfont" PR = "r2" PE = "1" diff --git a/recipes/xorg-lib/libxfont_1.3.1.bb b/recipes/xorg-lib/libxfont_1.3.1.bb index a6be89f338..9c950a7556 100644 --- a/recipes/xorg-lib/libxfont_1.3.1.bb +++ b/recipes/xorg-lib/libxfont_1.3.1.bb @@ -3,6 +3,7 @@ require xorg-lib-common.inc DESCRIPTION = "X11 font rasterisation library" LICENSE= "BSD-X" DEPENDS += "freetype fontcacheproto xtrans fontsproto libfontenc" +BBCLASSEXTEND = "native" PROVIDES = "xfont" PE = "1" diff --git a/recipes/xorg-lib/libxfont_1.3.2.bb b/recipes/xorg-lib/libxfont_1.3.2.bb index 5c9f08b051..647af1ae8c 100644 --- a/recipes/xorg-lib/libxfont_1.3.2.bb +++ b/recipes/xorg-lib/libxfont_1.3.2.bb @@ -3,6 +3,7 @@ require xorg-lib-common.inc DESCRIPTION = "X11 font rasterisation library" LICENSE= "BSD-X" DEPENDS += "freetype fontcacheproto xtrans fontsproto libfontenc" +BBCLASSEXTEND = "native" PROVIDES = "xfont" PE = "1" diff --git a/recipes/xorg-lib/libxfont_1.3.3.bb b/recipes/xorg-lib/libxfont_1.3.3.bb index 17cf158eed..66d077cccc 100644 --- a/recipes/xorg-lib/libxfont_1.3.3.bb +++ b/recipes/xorg-lib/libxfont_1.3.3.bb @@ -3,11 +3,10 @@ require xorg-lib-common.inc DESCRIPTION = "X11 font rasterisation library" LICENSE= "BSD-X" DEPENDS += "freetype fontcacheproto xtrans fontsproto libfontenc" +BBCLASSEXTEND = "native" PROVIDES = "xfont" PE = "1" -#SRC_URI += "file://no-scalable-crash.patch" - XORG_PN = "libXfont" SRC_URI[archive.md5sum] = "4f174b9613f87cf00d731da428a1b194" diff --git a/recipes/xorg-lib/libxfont_1.4.1.bb b/recipes/xorg-lib/libxfont_1.4.1.bb index 4ec9e23794..a54c8c63d9 100644 --- a/recipes/xorg-lib/libxfont_1.4.1.bb +++ b/recipes/xorg-lib/libxfont_1.4.1.bb @@ -3,11 +3,10 @@ require xorg-lib-common.inc DESCRIPTION = "X11 font rasterisation library" LICENSE= "BSD-X" DEPENDS += "freetype fontcacheproto xtrans fontsproto libfontenc" +BBCLASSEXTEND = "native" PROVIDES = "xfont" PE = "1" -#SRC_URI += "file://no-scalable-crash.patch" - # disable docs EXTRA_OECONF += " --disable-devel-docs " |