diff options
author | Khem Raj <raj.khem@gmail.com> | 2009-09-03 15:30:23 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2009-09-03 15:37:37 -0700 |
commit | 8b452a5ae1eb5ff2477c830fa5ac5aa46d9dfc2b (patch) | |
tree | ef6d3c22b4c9f6f4e8eac1f6bd056c8cb85c1961 | |
parent | 558f6d44365f062523fbba3926ab46e5cd1984b8 (diff) |
libidl_0.8.13.bb: Add new recipe
* Add native and target recipes for libidl 0.8.13
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | recipes/libidl/libidl-native_0.8.13.bb | 5 | ||||
-rw-r--r-- | recipes/libidl/libidl_0.8.13.bb | 8 |
2 files changed, 13 insertions, 0 deletions
diff --git a/recipes/libidl/libidl-native_0.8.13.bb b/recipes/libidl/libidl-native_0.8.13.bb new file mode 100644 index 0000000000..e4109b26fa --- /dev/null +++ b/recipes/libidl/libidl-native_0.8.13.bb @@ -0,0 +1,5 @@ +SECTION = "libs" +require libidl_${PV}.bb +inherit native + +DEPENDS = "flex-native glib-2.0-native" diff --git a/recipes/libidl/libidl_0.8.13.bb b/recipes/libidl/libidl_0.8.13.bb new file mode 100644 index 0000000000..8865734d91 --- /dev/null +++ b/recipes/libidl/libidl_0.8.13.bb @@ -0,0 +1,8 @@ +require libidl.inc + +DEPENDS = "glib-2.0 flex-native libidl-native" + +PR = "r0" + +BINCONFIG_GLOB = "*-config-2" +inherit autotools pkgconfig binconfig |