diff options
author | Marcin Juszkiewicz <marcin@buglabs.net> | 2009-05-25 14:11:25 +0200 |
---|---|---|
committer | Marcin Juszkiewicz <marcin@buglabs.net> | 2009-05-27 14:15:54 +0200 |
commit | 463ae1743783789090efeba1adb59802ffe65073 (patch) | |
tree | a8b6c61d94af455fff2d0c88f266dd28a27e3a7f /recipes | |
parent | 6b0e4ce328015c95cb53386895467f93ef36ad92 (diff) |
xextproto: added 7.0.5
Diffstat (limited to 'recipes')
-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" |