aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/xorg-lib/libxext_1.1.2.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/xorg-lib/libxext_1.1.2.bb')
-rw-r--r--recipes/xorg-lib/libxext_1.1.2.bb10
1 files changed, 5 insertions, 5 deletions
diff --git a/recipes/xorg-lib/libxext_1.1.2.bb b/recipes/xorg-lib/libxext_1.1.2.bb
index 507b5efca0..f60212cba8 100644
--- a/recipes/xorg-lib/libxext_1.1.2.bb
+++ b/recipes/xorg-lib/libxext_1.1.2.bb
@@ -1,12 +1,12 @@
require xorg-lib-common.inc
-
DESCRIPTION = "X11 miscellaneous extension library"
DEPENDS += "xproto virtual/libx11 xextproto libxau"
-BBCLASSEXTEND = "native sdk"
PE = "1"
-
-XORG_PN = "libXext"
+PR = "${INC_PR}.0"
SRC_URI[archive.md5sum] = "9e51f9cb7e0a38c7099ac1c0de1a1add"
SRC_URI[archive.sha256sum] = "ac6a0ff69c52c9b6e2096e5f74e22c8b5eef11ade4e30411cffeb7df32fe4f74"
-PR = "${INC_PR}.0"
+
+BBCLASSEXTEND = "native sdk"
+
+XORG_PN = "libXext"