diff options
author | Khem Raj <raj.khem@gmail.com> | 2010-08-04 11:48:07 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2010-08-05 08:25:51 -0700 |
commit | 9d612c4bb9bef813bdef9e198efc5949d51905eb (patch) | |
tree | 0cd8c93bb1cd91e68fea21b864fc267a7bd2256b /recipes/gnome | |
parent | 8cf290da2b42dea60d7ca598f37169fed8d858c6 (diff) |
recipes: inherit autotools instead of autotools_stage
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
Acked-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'recipes/gnome')
-rw-r--r-- | recipes/gnome/libchamplain-gtk_0.2.8.bb | 2 | ||||
-rw-r--r-- | recipes/gnome/libchamplain_0.2.8.bb | 2 | ||||
-rw-r--r-- | recipes/gnome/libgdata_0.4.0.bb | 2 | ||||
-rw-r--r-- | recipes/gnome/libgdata_0.5.1.bb | 2 | ||||
-rw-r--r-- | recipes/gnome/libproxy_0.2.3.bb | 2 | ||||
-rw-r--r-- | recipes/gnome/libxml++_2.26.0.bb | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/recipes/gnome/libchamplain-gtk_0.2.8.bb b/recipes/gnome/libchamplain-gtk_0.2.8.bb index fdad79ca9d..e403da6928 100644 --- a/recipes/gnome/libchamplain-gtk_0.2.8.bb +++ b/recipes/gnome/libchamplain-gtk_0.2.8.bb @@ -2,7 +2,7 @@ DESCRIPTION = "Libchamplain is a C library aimed to provide a Gtk+ widget to dis LICENSE = "LGPL" DEPENDS = "libchamplain clutter-gtk-0.8" -inherit gnome autotools_stage +inherit gnome autotools SRC_URI = "http://libchamplain.pierlux.com/release/${PV}/libchamplain-gtk-${PV}.tar.gz" diff --git a/recipes/gnome/libchamplain_0.2.8.bb b/recipes/gnome/libchamplain_0.2.8.bb index 098bad4828..4e2b6b4b4c 100644 --- a/recipes/gnome/libchamplain_0.2.8.bb +++ b/recipes/gnome/libchamplain_0.2.8.bb @@ -2,7 +2,7 @@ DESCRIPTION = "Libchamplain is a C library aimed to provide a Gtk+ widget to dis LICENSE = "LGPL" DEPENDS = "clutter-cairo libsoup-2.4 clutter gtk+" -inherit gnome autotools_stage +inherit gnome autotools SRC_URI = "http://libchamplain.pierlux.com/release/${PV}/libchamplain-${PV}.tar.gz" diff --git a/recipes/gnome/libgdata_0.4.0.bb b/recipes/gnome/libgdata_0.4.0.bb index a0d5f5417f..03e675afb7 100644 --- a/recipes/gnome/libgdata_0.4.0.bb +++ b/recipes/gnome/libgdata_0.4.0.bb @@ -2,7 +2,7 @@ DESCRIPTION = "libgdata is a GLib-based library for accessing online service API LICENSE = "LGPL" DEPENDS = "libxml2 glib-2.0 libsoup-2.4" -inherit gnome lib_package autotools_stage +inherit gnome lib_package autotools SRC_URI += " \ file://gtk-doc.make \ diff --git a/recipes/gnome/libgdata_0.5.1.bb b/recipes/gnome/libgdata_0.5.1.bb index 4c819e9be7..f3abb029e1 100644 --- a/recipes/gnome/libgdata_0.5.1.bb +++ b/recipes/gnome/libgdata_0.5.1.bb @@ -2,7 +2,7 @@ DESCRIPTION = "libgdata is a GLib-based library for accessing online service API LICENSE = "LGPL" DEPENDS = "libxml2 glib-2.0 libsoup-2.4" -inherit gnome lib_package autotools_stage +inherit gnome lib_package autotools SRC_URI += " \ file://gtk-doc.make \ diff --git a/recipes/gnome/libproxy_0.2.3.bb b/recipes/gnome/libproxy_0.2.3.bb index eb8a909a23..1fb9f68dde 100644 --- a/recipes/gnome/libproxy_0.2.3.bb +++ b/recipes/gnome/libproxy_0.2.3.bb @@ -8,7 +8,7 @@ SRC_URI = "http://libproxy.googlecode.com/files/libproxy-${PV}.tar.gz \ file://libproxy-move-define-__USE_BSD.patch \ " -inherit autotools_stage +inherit autotools # Disable plugins that are *up* in the depchain, they need libproxy to build # Don't we just love circular deps? diff --git a/recipes/gnome/libxml++_2.26.0.bb b/recipes/gnome/libxml++_2.26.0.bb index fd46bfc816..6547e0ed2e 100644 --- a/recipes/gnome/libxml++_2.26.0.bb +++ b/recipes/gnome/libxml++_2.26.0.bb @@ -2,7 +2,7 @@ LICENSE = "LGPL" DESCRIPTION = "C++ bindings for libxml2" DEPENDS = "glibmm libxml2" -inherit gnome autotools_stage +inherit gnome autotools FILES_${PN}-dev += "${libdir}/libxml++-2.6/include/libxml++config.h" |