diff options
Diffstat (limited to 'recipes/xorg-app/xcalc_1.0.1.bb')
-rw-r--r-- | recipes/xorg-app/xcalc_1.0.1.bb | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/recipes/xorg-app/xcalc_1.0.1.bb b/recipes/xorg-app/xcalc_1.0.1.bb index 999d28f7d6..ff042f0092 100644 --- a/recipes/xorg-app/xcalc_1.0.1.bb +++ b/recipes/xorg-app/xcalc_1.0.1.bb @@ -1,9 +1,7 @@ require xorg-app-common.inc -PE = "1" - DEPENDS += " libxaw libxt" - +PE = "1" +PR = "${INC_PR}.0" SRC_URI[archive.md5sum] = "07b948cf671fde88df1a59bfb0cab3b8" SRC_URI[archive.sha256sum] = "17484e5fec0ebe7dd8df7218fde1449c52be3f4c6377a85a9fd86e377a7f4248" -PR = "${INC_PR}.0" |