diff options
-rw-r--r-- | recipes/xorg-proto/xextproto-native_7.0.5.bb | 7 | ||||
-rw-r--r-- | recipes/xorg-proto/xextproto-sdk_7.0.5.bb | 3 | ||||
-rw-r--r-- | recipes/xorg-proto/xextproto_7.0.5.bb | 3 |
3 files changed, 13 insertions, 0 deletions
diff --git a/recipes/xorg-proto/xextproto-native_7.0.5.bb b/recipes/xorg-proto/xextproto-native_7.0.5.bb new file mode 100644 index 0000000000..ff2bc4ffd3 --- /dev/null +++ b/recipes/xorg-proto/xextproto-native_7.0.5.bb @@ -0,0 +1,7 @@ +require xextproto_${PV}.bb + +PR = "r1" + +XORG_PN = "xextproto" + +inherit native diff --git a/recipes/xorg-proto/xextproto-sdk_7.0.5.bb b/recipes/xorg-proto/xextproto-sdk_7.0.5.bb new file mode 100644 index 0000000000..3b182a02ff --- /dev/null +++ b/recipes/xorg-proto/xextproto-sdk_7.0.5.bb @@ -0,0 +1,3 @@ +require xextproto_${PV}.bb + +inherit sdk diff --git a/recipes/xorg-proto/xextproto_7.0.5.bb b/recipes/xorg-proto/xextproto_7.0.5.bb new file mode 100644 index 0000000000..3637929316 --- /dev/null +++ b/recipes/xorg-proto/xextproto_7.0.5.bb @@ -0,0 +1,3 @@ +require xorg-proto-common.inc + +PE = "1" |