aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/xorg-app/xcursorgen_1.0.2.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.2.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.2.bb')
-rw-r--r--recipes/xorg-app/xcursorgen_1.0.2.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes/xorg-app/xcursorgen_1.0.2.bb b/recipes/xorg-app/xcursorgen_1.0.2.bb
index 862f7cb392..5083d7b5b4 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"