diff options
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/xorg-proto/inputproto-native_1.5.0.bb | 7 | ||||
-rw-r--r-- | recipes/xorg-proto/inputproto-sdk_1.5.0.bb | 3 |
2 files changed, 10 insertions, 0 deletions
diff --git a/recipes/xorg-proto/inputproto-native_1.5.0.bb b/recipes/xorg-proto/inputproto-native_1.5.0.bb new file mode 100644 index 0000000000..11e0dae601 --- /dev/null +++ b/recipes/xorg-proto/inputproto-native_1.5.0.bb @@ -0,0 +1,7 @@ +require inputproto_${PV}.bb + +PR = "r1" + +XORG_PN = "inputproto" + +inherit native diff --git a/recipes/xorg-proto/inputproto-sdk_1.5.0.bb b/recipes/xorg-proto/inputproto-sdk_1.5.0.bb new file mode 100644 index 0000000000..f0e1985bf9 --- /dev/null +++ b/recipes/xorg-proto/inputproto-sdk_1.5.0.bb @@ -0,0 +1,3 @@ +require inputproto_${PV}.bb + +inherit sdk |