aboutsummaryrefslogtreecommitdiffstats
path: root/packages/gnome
diff options
context:
space:
mode:
authorPhilipp Zabel <philipp.zabel@gmail.com>2007-11-16 16:16:21 +0000
committerPhilipp Zabel <philipp.zabel@gmail.com>2007-11-16 16:16:21 +0000
commit31167f5087e5984d2da7cac3ea4484a99c18cf0c (patch)
tree62175b33c3765821548858787a507bef9be8071b /packages/gnome
parent60010adcb9203f278f8984e7b82d5671a1c08b08 (diff)
downloadopenembedded-31167f5087e5984d2da7cac3ea4484a99c18cf0c.tar.gz
gio-standalone: add do_stage function
Diffstat (limited to 'packages/gnome')
-rw-r--r--packages/gnome/gio-standalone_0.1.2.bb5
1 files changed, 5 insertions, 0 deletions
diff --git a/packages/gnome/gio-standalone_0.1.2.bb b/packages/gnome/gio-standalone_0.1.2.bb
index b1017b31ce..6e360b8237 100644
--- a/packages/gnome/gio-standalone_0.1.2.bb
+++ b/packages/gnome/gio-standalone_0.1.2.bb
@@ -7,3 +7,8 @@ inherit gnome
PACKAGES =+ "libgio"
FILES_libgio = "${libdir}/libgio.so.*"
+
+do_stage() {
+ autotools_stage_all
+}
+