aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/xorg-app/xcursorgen_1.0.1.bb
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2010-06-27 10:28:46 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2010-06-27 11:11:25 +0200
commit18d038feba923df6074d75f9e5c76d64caf0fbea (patch)
tree1fd243c09da25564c020006450dd27eb895626a8 /recipes/xorg-app/xcursorgen_1.0.1.bb
parent26f948fd5998390a20f7570c9b3d5f3d681ad55c (diff)
downloadopenembedded-18d038feba923df6074d75f9e5c76d64caf0fbea.tar.gz
xcursorgen: convert to BBCLASSEXTENDS
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/xorg-app/xcursorgen_1.0.1.bb')
-rw-r--r--recipes/xorg-app/xcursorgen_1.0.1.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/xorg-app/xcursorgen_1.0.1.bb b/recipes/xorg-app/xcursorgen_1.0.1.bb
index fd20a400cd..5ec3b3988a 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"