From 2a86c9110f33721674d9b454577ea936165ab024 Mon Sep 17 00:00:00 2001 From: Marcin Juszkiewicz Date: Mon, 25 May 2009 14:10:57 +0200 Subject: inputproto: added 1.5.0 --- recipes/xorg-proto/inputproto-native_1.5.0.bb | 7 +++++++ recipes/xorg-proto/inputproto-sdk_1.5.0.bb | 3 +++ 2 files changed, 10 insertions(+) create mode 100644 recipes/xorg-proto/inputproto-native_1.5.0.bb create mode 100644 recipes/xorg-proto/inputproto-sdk_1.5.0.bb 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 -- cgit 1.2.3-korg