[oe-commits] Martin Jansa : mkfontscale: convert to BBCLASSEXTENDS

git version control git at git.openembedded.org
Sun Jun 27 09:26:01 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 14db483bf9456e2a5382e0b93ecd33470e9cbd33
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=14db483bf9456e2a5382e0b93ecd33470e9cbd33

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Sun Jun 27 09:31:31 2010 +0200

mkfontscale: convert to BBCLASSEXTENDS

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 recipes/xorg-app/mkfontscale-native_1.0.3.bb |    7 -------
 recipes/xorg-app/mkfontscale-native_1.0.4.bb |    7 -------
 recipes/xorg-app/mkfontscale-native_1.0.5.bb |    7 -------
 recipes/xorg-app/mkfontscale-native_1.0.7.bb |    7 -------
 recipes/xorg-app/mkfontscale_1.0.3.bb        |    5 +++--
 recipes/xorg-app/mkfontscale_1.0.4.bb        |    4 +++-
 recipes/xorg-app/mkfontscale_1.0.5.bb        |    4 +++-
 recipes/xorg-app/mkfontscale_1.0.7.bb        |    4 +++-
 8 files changed, 12 insertions(+), 33 deletions(-)

diff --git a/recipes/xorg-app/mkfontscale-native_1.0.3.bb b/recipes/xorg-app/mkfontscale-native_1.0.3.bb
deleted file mode 100644
index bae3416..0000000
--- a/recipes/xorg-app/mkfontscale-native_1.0.3.bb
+++ /dev/null
@@ -1,7 +0,0 @@
-inherit native
-require mkfontscale_${PV}.bb
-
-DEPENDS = "libx11-native libfontenc-native freetype-native"
-
-S="${WORKDIR}/mkfontscale-${PV}"
-XORG_PN="mkfontscale"
diff --git a/recipes/xorg-app/mkfontscale-native_1.0.4.bb b/recipes/xorg-app/mkfontscale-native_1.0.4.bb
deleted file mode 100644
index bae3416..0000000
--- a/recipes/xorg-app/mkfontscale-native_1.0.4.bb
+++ /dev/null
@@ -1,7 +0,0 @@
-inherit native
-require mkfontscale_${PV}.bb
-
-DEPENDS = "libx11-native libfontenc-native freetype-native"
-
-S="${WORKDIR}/mkfontscale-${PV}"
-XORG_PN="mkfontscale"
diff --git a/recipes/xorg-app/mkfontscale-native_1.0.5.bb b/recipes/xorg-app/mkfontscale-native_1.0.5.bb
deleted file mode 100644
index bae3416..0000000
--- a/recipes/xorg-app/mkfontscale-native_1.0.5.bb
+++ /dev/null
@@ -1,7 +0,0 @@
-inherit native
-require mkfontscale_${PV}.bb
-
-DEPENDS = "libx11-native libfontenc-native freetype-native"
-
-S="${WORKDIR}/mkfontscale-${PV}"
-XORG_PN="mkfontscale"
diff --git a/recipes/xorg-app/mkfontscale-native_1.0.7.bb b/recipes/xorg-app/mkfontscale-native_1.0.7.bb
deleted file mode 100644
index bae3416..0000000
--- a/recipes/xorg-app/mkfontscale-native_1.0.7.bb
+++ /dev/null
@@ -1,7 +0,0 @@
-inherit native
-require mkfontscale_${PV}.bb
-
-DEPENDS = "libx11-native libfontenc-native freetype-native"
-
-S="${WORKDIR}/mkfontscale-${PV}"
-XORG_PN="mkfontscale"
diff --git a/recipes/xorg-app/mkfontscale_1.0.3.bb b/recipes/xorg-app/mkfontscale_1.0.3.bb
index 0c56df2..96c7c62 100644
--- a/recipes/xorg-app/mkfontscale_1.0.3.bb
+++ b/recipes/xorg-app/mkfontscale_1.0.3.bb
@@ -1,10 +1,11 @@
 require xorg-app-common.inc
 
-#DESCRIPTION = ""
+DESCRIPTION = "a program to create an index of scalable font files for X"
 
 DEPENDS += " zlib libfontenc freetype virtual/libx11"
 
+BBCLASSEXTEND = "native"
 
 SRC_URI[archive.md5sum] = "1d608771aca9695b828cec1e34178fd1"
 SRC_URI[archive.sha256sum] = "0458a3a5525b4ab458a018648ef8575afc191f904364c00e27876a7bd53af020"
-PR = "${INC_PR}.0"
+PR = "${INC_PR}.1"
diff --git a/recipes/xorg-app/mkfontscale_1.0.4.bb b/recipes/xorg-app/mkfontscale_1.0.4.bb
index 84d7815..c775f3e 100644
--- a/recipes/xorg-app/mkfontscale_1.0.4.bb
+++ b/recipes/xorg-app/mkfontscale_1.0.4.bb
@@ -4,6 +4,8 @@ DESCRIPTION = "a program to create an index of scalable font files for X"
 
 DEPENDS += " zlib libfontenc freetype virtual/libx11"
 
+BBCLASSEXTEND = "native"
+
 SRC_URI[archive.md5sum] = "e5d7373c4266973b3b13aac5d1a4655b"
 SRC_URI[archive.sha256sum] = "dc9b946cc23490c960fbca8b32e4bba4bc23ce404a8d7e1c0e916894c83b4227"
-PR = "${INC_PR}.0"
+PR = "${INC_PR}.1"
diff --git a/recipes/xorg-app/mkfontscale_1.0.5.bb b/recipes/xorg-app/mkfontscale_1.0.5.bb
index b420043..8b09cc5 100644
--- a/recipes/xorg-app/mkfontscale_1.0.5.bb
+++ b/recipes/xorg-app/mkfontscale_1.0.5.bb
@@ -4,6 +4,8 @@ DESCRIPTION = "a program to create an index of scalable font files for X"
 
 DEPENDS += " zlib libfontenc freetype virtual/libx11"
 
+BBCLASSEXTEND = "native"
+
 SRC_URI[archive.md5sum] = "5e6e210b70adfef1264b0212aab1f758"
 SRC_URI[archive.sha256sum] = "f79dff54153dc3beb9eb3f2e4776dbc55ed2a4d3d0adbf9c8a2d9eb230ed3850"
-PR = "${INC_PR}.0"
+PR = "${INC_PR}.1"
diff --git a/recipes/xorg-app/mkfontscale_1.0.7.bb b/recipes/xorg-app/mkfontscale_1.0.7.bb
index 964c599..fc6aa96 100644
--- a/recipes/xorg-app/mkfontscale_1.0.7.bb
+++ b/recipes/xorg-app/mkfontscale_1.0.7.bb
@@ -4,6 +4,8 @@ DESCRIPTION = "a program to create an index of scalable font files for X"
 
 DEPENDS += " zlib libfontenc freetype virtual/libx11"
 
+BBCLASSEXTEND = "native"
+
 SRC_URI[archive.md5sum] = "96ca346f185c0ab48e42bf5bb0375da5"
 SRC_URI[archive.sha256sum] = "8306b229cca233216a6582cb1ff60af78e37c47d6412ac823d7d41c3d7de7127"
-PR = "${INC_PR}.0"
+PR = "${INC_PR}.1"





More information about the Openembedded-commits mailing list