diff options
Diffstat (limited to 'recipes/xorg-app/xcursorgen_1.0.3.bb')
-rw-r--r-- | recipes/xorg-app/xcursorgen_1.0.3.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes/xorg-app/xcursorgen_1.0.3.bb b/recipes/xorg-app/xcursorgen_1.0.3.bb index 8170a6880f..65260e5318 100644 --- a/recipes/xorg-app/xcursorgen_1.0.3.bb +++ b/recipes/xorg-app/xcursorgen_1.0.3.bb @@ -2,9 +2,9 @@ require xorg-app-common.inc DESCRIPTION = "create an X cursor file from a collection of PNG images" DEPENDS += " libxcursor libpng" PE = "1" - -BBCLASSEXTEND = "native" +PR = "${INC_PR}.1" SRC_URI[archive.md5sum] = "69df079b3950a0db4e5f4e6f0e00ddee" SRC_URI[archive.sha256sum] = "ed5f3ffe881c21ffca85406e5a5f553ed4985cc5e9acdb535f682c33bebac254" -PR = "${INC_PR}.1" + +BBCLASSEXTEND = "native" |