diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-06-27 10:28:46 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-06-27 11:11:25 +0200 |
commit | 18d038feba923df6074d75f9e5c76d64caf0fbea (patch) | |
tree | 1fd243c09da25564c020006450dd27eb895626a8 /recipes/xorg-app/xcursorgen_1.0.3.bb | |
parent | 26f948fd5998390a20f7570c9b3d5f3d681ad55c (diff) |
xcursorgen: convert to BBCLASSEXTENDS
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/xorg-app/xcursorgen_1.0.3.bb')
-rw-r--r-- | recipes/xorg-app/xcursorgen_1.0.3.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes/xorg-app/xcursorgen_1.0.3.bb b/recipes/xorg-app/xcursorgen_1.0.3.bb index b40cf8bb2c..190c87531e 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" |