diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2009-11-30 15:11:22 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2009-11-30 15:11:22 +0000 |
commit | dfd32b429a0a9bed09b75f59f0c7fb37f42c3ed9 (patch) | |
tree | c1dc9ad31c7d9c5e4ce4e5c33766ac95183a5345 /meta/packages/mutter | |
parent | 659d4e2535e1528ec1bfd7fe6ff6e74288a263f1 (diff) | |
download | poky-dfd32b429a0a9bed09b75f59f0c7fb37f42c3ed9.tar.gz |
base.bbclass: Stage etc directory for native packages
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/packages/mutter')
-rw-r--r-- | meta/packages/mutter/mutter_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/packages/mutter/mutter_git.bb b/meta/packages/mutter/mutter_git.bb index 92cd93d6f5..911a8600fd 100644 --- a/meta/packages/mutter/mutter_git.bb +++ b/meta/packages/mutter/mutter_git.bb | |||
@@ -3,7 +3,7 @@ DESCRIPTION = "Metacity is the boring window manager for the adult in you. Mutte | |||
3 | LICENSE = "GPLv2" | 3 | LICENSE = "GPLv2" |
4 | DEPENDS = "startup-notification gtk+ gconf clutter-1.0 gdk-pixbuf-csource-native intltool glib-2.0-native" | 4 | DEPENDS = "startup-notification gtk+ gconf clutter-1.0 gdk-pixbuf-csource-native intltool glib-2.0-native" |
5 | # gobject-introspection | 5 | # gobject-introspection |
6 | PR = "r14" | 6 | PR = "r15" |
7 | PV = "2.25.1+git${SRCPV}" | 7 | PV = "2.25.1+git${SRCPV}" |
8 | inherit gnome update-alternatives | 8 | inherit gnome update-alternatives |
9 | 9 | ||