From: Khem Raj Date: Thu, 3 Sep 2009 22:30:23 +0000 (-0700) Subject: libidl_0.8.13.bb: Add new recipe X-Git-Tag: Release-2010-05/1~2522 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8b452a5ae1eb5ff2477c830fa5ac5aa46d9dfc2b;p=openembedded.git libidl_0.8.13.bb: Add new recipe * Add native and target recipes for libidl 0.8.13 Signed-off-by: Khem Raj --- 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