diff options
Diffstat (limited to 'meta/recipes-graphics/xorg-proto/xextproto_7.1.2.bb')
-rw-r--r-- | meta/recipes-graphics/xorg-proto/xextproto_7.1.2.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/meta/recipes-graphics/xorg-proto/xextproto_7.1.2.bb b/meta/recipes-graphics/xorg-proto/xextproto_7.1.2.bb new file mode 100644 index 0000000000..157f070309 --- /dev/null +++ b/meta/recipes-graphics/xorg-proto/xextproto_7.1.2.bb @@ -0,0 +1,11 @@ +require xorg-proto-common.inc + +LICENSE = "MIT & MIT-style" +LIC_FILES_CHKSUM = "file://COPYING;md5=86f273291759d0ba2a22585cd1c06c53" + +PR = "r0" +PE = "1" + +inherit gettext + +BBCLASSEXTEND = "native nativesdk" |