diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-graphics/xorg-proto/xproto_7.0.19.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-graphics/xorg-proto/xproto_7.0.19.bb b/meta/recipes-graphics/xorg-proto/xproto_7.0.19.bb index c145b60b2..866364eea 100644 --- a/meta/recipes-graphics/xorg-proto/xproto_7.0.19.bb +++ b/meta/recipes-graphics/xorg-proto/xproto_7.0.19.bb @@ -3,7 +3,8 @@ require xorg-proto-common.inc LICENSE = "MIT & MIT-style" LIC_FILES_CHKSUM = "file://COPYING;md5=70c104816b85de375ba1fc09199d0e69" -PR = "r0" +PR = "r1" PE = "1" +EXTRA_OECONF_append = "--enable-specs=no" BBCLASSEXTEND = "native nativesdk" |