[oe-commits] Martin Jansa : xcursorgen: 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: 18d038feba923df6074d75f9e5c76d64caf0fbea
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=18d038feba923df6074d75f9e5c76d64caf0fbea

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Sun Jun 27 10:28:46 2010 +0200

xcursorgen: convert to BBCLASSEXTENDS

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

---

 recipes/xorg-app/xcursorgen-native_1.0.2.bb |    8 --------
 recipes/xorg-app/xcursorgen-native_1.0.3.bb |   11 -----------
 recipes/xorg-app/xcursorgen_1.0.1.bb        |    3 ++-
 recipes/xorg-app/xcursorgen_1.0.2.bb        |    4 +++-
 recipes/xorg-app/xcursorgen_1.0.3.bb        |    4 +++-
 5 files changed, 8 insertions(+), 22 deletions(-)

diff --git a/recipes/xorg-app/xcursorgen-native_1.0.2.bb b/recipes/xorg-app/xcursorgen-native_1.0.2.bb
deleted file mode 100644
index b3ccb78..0000000
--- a/recipes/xorg-app/xcursorgen-native_1.0.2.bb
+++ /dev/null
@@ -1,8 +0,0 @@
-inherit native
-require xcursorgen_${PV}.bb
-
-DEPENDS = "libx11-native libpng-native"
-
-S="${WORKDIR}/xcursorgen-${PV}"
-XORG_PN="xcursorgen"
-PR = "${INC_PR}.0"
diff --git a/recipes/xorg-app/xcursorgen-native_1.0.3.bb b/recipes/xorg-app/xcursorgen-native_1.0.3.bb
deleted file mode 100644
index 82eb3d7..0000000
--- a/recipes/xorg-app/xcursorgen-native_1.0.3.bb
+++ /dev/null
@@ -1,11 +0,0 @@
-inherit native
-require xcursorgen_${PV}.bb
-
-DEPENDS = "libx11-native libpng-native"
-
-S="${WORKDIR}/xcursorgen-${PV}"
-XORG_PN="xcursorgen"
-
-SRC_URI[archive.md5sum] = "69df079b3950a0db4e5f4e6f0e00ddee"
-SRC_URI[archive.sha256sum] = "ed5f3ffe881c21ffca85406e5a5f553ed4985cc5e9acdb535f682c33bebac254"
-PR = "${INC_PR}.0"
diff --git a/recipes/xorg-app/xcursorgen_1.0.1.bb b/recipes/xorg-app/xcursorgen_1.0.1.bb
index fd20a40..5ec3b39 100644
--- a/recipes/xorg-app/xcursorgen_1.0.1.bb
+++ b/recipes/xorg-app/xcursorgen_1.0.1.bb
@@ -3,7 +3,8 @@ PE = "1"
 
 DEPENDS += " virtual/libx11 libxcursor libpng"
 
+BBCLASSEXTEND = "native"
 
 SRC_URI[archive.md5sum] = "39e1e62f5bd92603b0230b8b948c2fc4"
 SRC_URI[archive.sha256sum] = "18d3e0d64853089c2154f1f867df087fc15f87e03e09fabc98ee5e265d8a53ef"
-PR = "${INC_PR}.0"
+PR = "${INC_PR}.1"
diff --git a/recipes/xorg-app/xcursorgen_1.0.2.bb b/recipes/xorg-app/xcursorgen_1.0.2.bb
index 862f7cb..5083d7b 100644
--- a/recipes/xorg-app/xcursorgen_1.0.2.bb
+++ b/recipes/xorg-app/xcursorgen_1.0.2.bb
@@ -3,6 +3,8 @@ DESCRIPTION = "create an X cursor file from a collection of PNG images"
 DEPENDS += " virtual/libx11 libxcursor libpng"
 PE = "1"
 
+BBCLASSEXTEND = "native"
+
 SRC_URI[archive.md5sum] = "6fc90896b8c786cb1a2100b4167f7874"
 SRC_URI[archive.sha256sum] = "e009322bd2afef8d4ad91bcb6b17874e1cd00b1aaf397e7019a82cc44f3c174e"
-PR = "${INC_PR}.0"
+PR = "${INC_PR}.1"
diff --git a/recipes/xorg-app/xcursorgen_1.0.3.bb b/recipes/xorg-app/xcursorgen_1.0.3.bb
index b40cf8b..190c875 100644
--- a/recipes/xorg-app/xcursorgen_1.0.3.bb
+++ b/recipes/xorg-app/xcursorgen_1.0.3.bb
@@ -3,6 +3,8 @@ DESCRIPTION = "create an X cursor file from a collection of PNG images"
 DEPENDS += " virtual/libx11 libxcursor libpng"
 PE = "1"
 
+BBCLASSEXTEND = "native"
+
 SRC_URI[archive.md5sum] = "69df079b3950a0db4e5f4e6f0e00ddee"
 SRC_URI[archive.sha256sum] = "ed5f3ffe881c21ffca85406e5a5f553ed4985cc5e9acdb535f682c33bebac254"
-PR = "${INC_PR}.0"
+PR = "${INC_PR}.1"





More information about the Openembedded-commits mailing list