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 | |
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>
-rw-r--r-- | meta/classes/base.bbclass | 1 | ||||
-rw-r--r-- | meta/packages/gtk+/gdk-pixbuf-csource-native_2.12.7.bb | 2 | ||||
-rw-r--r-- | meta/packages/mutter/mutter_git.bb | 2 |
3 files changed, 3 insertions, 2 deletions
diff --git a/meta/classes/base.bbclass b/meta/classes/base.bbclass index 9d3c511cac..ff0e42a4ff 100644 --- a/meta/classes/base.bbclass +++ b/meta/classes/base.bbclass | |||
@@ -947,6 +947,7 @@ sysroot_stage_dirs() { | |||
947 | sysroot_stage_dir $from${base_bindir} $to${STAGING_DIR_HOST}${base_bindir} | 947 | sysroot_stage_dir $from${base_bindir} $to${STAGING_DIR_HOST}${base_bindir} |
948 | sysroot_stage_dir $from${base_sbindir} $to${STAGING_DIR_HOST}${base_sbindir} | 948 | sysroot_stage_dir $from${base_sbindir} $to${STAGING_DIR_HOST}${base_sbindir} |
949 | sysroot_stage_dir $from${libexecdir} $to${STAGING_DIR_HOST}${libexecdir} | 949 | sysroot_stage_dir $from${libexecdir} $to${STAGING_DIR_HOST}${libexecdir} |
950 | sysroot_stage_dir $from${sysconfdir} $to${STAGING_DIR_HOST}${sysconfdir} | ||
950 | fi | 951 | fi |
951 | if [ -d $from${libdir} ] | 952 | if [ -d $from${libdir} ] |
952 | then | 953 | then |
diff --git a/meta/packages/gtk+/gdk-pixbuf-csource-native_2.12.7.bb b/meta/packages/gtk+/gdk-pixbuf-csource-native_2.12.7.bb index 575ed50cff..cff9cd81af 100644 --- a/meta/packages/gtk+/gdk-pixbuf-csource-native_2.12.7.bb +++ b/meta/packages/gtk+/gdk-pixbuf-csource-native_2.12.7.bb | |||
@@ -4,7 +4,7 @@ DEPENDS = "jpeg-native libpng-native gettext-native glib-2.0-native libx11-nativ | |||
4 | S = "${WORKDIR}/gtk+-${PV}" | 4 | S = "${WORKDIR}/gtk+-${PV}" |
5 | FILESPATH = "${FILE_DIRNAME}/gdk-pixbuf-csource:${FILE_DIRNAME}/gtk+-${PV}:${FILE_DIRNAME}/files" | 5 | FILESPATH = "${FILE_DIRNAME}/gdk-pixbuf-csource:${FILE_DIRNAME}/gtk+-${PV}:${FILE_DIRNAME}/files" |
6 | SRC_URI += "file://reduce-dependencies.patch;patch=1" | 6 | SRC_URI += "file://reduce-dependencies.patch;patch=1" |
7 | PR = "r10" | 7 | PR = "r11" |
8 | 8 | ||
9 | #clear recommends for uclibc builds | 9 | #clear recommends for uclibc builds |
10 | RRECOMMENDS = " " | 10 | RRECOMMENDS = " " |
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 | ||