diff options
author | Philipp Zabel <philipp.zabel@gmail.com> | 2007-11-16 16:16:21 +0000 |
---|---|---|
committer | Philipp Zabel <philipp.zabel@gmail.com> | 2007-11-16 16:16:21 +0000 |
commit | 31167f5087e5984d2da7cac3ea4484a99c18cf0c (patch) | |
tree | 62175b33c3765821548858787a507bef9be8071b | |
parent | 60010adcb9203f278f8984e7b82d5671a1c08b08 (diff) |
gio-standalone: add do_stage function
-rw-r--r-- | packages/gnome/gio-standalone_0.1.2.bb | 5 |
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 +} + |