diff options
Diffstat (limited to 'recipes/xorg-app/xphelloworld_1.0.1.bb')
-rw-r--r-- | recipes/xorg-app/xphelloworld_1.0.1.bb | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/recipes/xorg-app/xphelloworld_1.0.1.bb b/recipes/xorg-app/xphelloworld_1.0.1.bb index d89cbb18ef..3f3933be23 100644 --- a/recipes/xorg-app/xphelloworld_1.0.1.bb +++ b/recipes/xorg-app/xphelloworld_1.0.1.bb @@ -1,9 +1,7 @@ require xorg-app-common.inc -PE = "1" - DEPENDS += " libxprintapputil libxaw libxprintutil libxt libxp" - +PE = "1" +PR = "${INC_PR}.0" SRC_URI[archive.md5sum] = "5c7fd1e35dd63089229e357c46e4f407" SRC_URI[archive.sha256sum] = "b1ca08e3ba4e5b135ee9d8675e717a6f88eafa53b031b2b821d2760897e35426" -PR = "${INC_PR}.0" |