diff options
Diffstat (limited to 'recipes/xorg-lib/xtrans_1.2.bb')
-rw-r--r-- | recipes/xorg-lib/xtrans_1.2.bb | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/recipes/xorg-lib/xtrans_1.2.bb b/recipes/xorg-lib/xtrans_1.2.bb index 553ae1a37e..632d3a49e1 100644 --- a/recipes/xorg-lib/xtrans_1.2.bb +++ b/recipes/xorg-lib/xtrans_1.2.bb @@ -1,15 +1,15 @@ require xorg-lib-common.inc - DESCRIPTION = "network API translation layer to insulate X applications and \ libraries from OS network vageries." -BBCLASSEXTEND = "native sdk" -FILESPATHPKG .= ":xtrans-${PV}:xtrans" PE = "1" - -ALLOW_EMPTY = "1" +PR = "${INC_PR}.0" SRC_URI += "file://fix-missing-includepath.patch" - SRC_URI[archive.md5sum] = "a91fef8b932b21992af7dfff7b2643f3" SRC_URI[archive.sha256sum] = "d6c3cabd5ecd0183a8a9bc6b3471545df8e2c78956b4c4cfd48f0c545a88c9a4" -PR = "${INC_PR}.0" + +FILESPATHPKG .= ":xtrans-${PV}:xtrans" + +ALLOW_EMPTY = "1" + +BBCLASSEXTEND = "native sdk" |