[oe-commits] Khem Raj : libidl_0.8.13.bb: Add new recipe

git version control git at git.openembedded.org
Thu Sep 3 22:38:02 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 8b452a5ae1eb5ff2477c830fa5ac5aa46d9dfc2b
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=8b452a5ae1eb5ff2477c830fa5ac5aa46d9dfc2b

Author: Khem Raj <raj.khem at gmail.com>
Date:   Thu Sep  3 15:30:23 2009 -0700

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 at gmail.com>

---

 recipes/libidl/libidl-native_0.8.13.bb |    5 +++++
 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 0000000..e4109b2
--- /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 0000000..8865734
--- /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





More information about the Openembedded-commits mailing list