aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/xorg-lib/libxkbfile_1.0.6.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/xorg-lib/libxkbfile_1.0.6.bb')
-rw-r--r--recipes/xorg-lib/libxkbfile_1.0.6.bb7
1 files changed, 4 insertions, 3 deletions
diff --git a/recipes/xorg-lib/libxkbfile_1.0.6.bb b/recipes/xorg-lib/libxkbfile_1.0.6.bb
index 07c05a7113..a7fc91de3e 100644
--- a/recipes/xorg-lib/libxkbfile_1.0.6.bb
+++ b/recipes/xorg-lib/libxkbfile_1.0.6.bb
@@ -1,10 +1,11 @@
require xorg-lib-common.inc
-
DESCRIPTION = "X11 keyboard file manipulation library"
-LICENSE= "GPL"
+LICENSE = "GPL"
DEPENDS += "virtual/libx11 kbproto"
-PR = "r1"
PE = "1"
+PR = "${INC_PR}.0"
SRC_URI[archive.md5sum] = "b01156e263eca8177e6b7f10441951c4"
SRC_URI[archive.sha256sum] = "2ca43c1f6b2782994167a328471aa859d366cd7303c6dcbc8bda951a84a06039"
+
+BBCLASSEXTEND = "native"