diff options
Diffstat (limited to 'recipes/xorg-app/xcursorgen_1.0.1.bb')
-rw-r--r-- | recipes/xorg-app/xcursorgen_1.0.1.bb | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/recipes/xorg-app/xcursorgen_1.0.1.bb b/recipes/xorg-app/xcursorgen_1.0.1.bb index 18052c38c8..39c6aa2ec2 100644 --- a/recipes/xorg-app/xcursorgen_1.0.1.bb +++ b/recipes/xorg-app/xcursorgen_1.0.1.bb @@ -1,10 +1,9 @@ require xorg-app-common.inc -PE = "1" - DEPENDS += " libxcursor libpng" - -BBCLASSEXTEND = "native" +PE = "1" +PR = "${INC_PR}.1" SRC_URI[archive.md5sum] = "39e1e62f5bd92603b0230b8b948c2fc4" SRC_URI[archive.sha256sum] = "18d3e0d64853089c2154f1f867df087fc15f87e03e09fabc98ee5e265d8a53ef" -PR = "${INC_PR}.1" + +BBCLASSEXTEND = "native" |