mirror of
https://git.yoctoproject.org/poky
synced 2026-04-05 08:02:25 +02:00
base.bbclass: Stage etc directory for native packages
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
@@ -947,6 +947,7 @@ sysroot_stage_dirs() {
|
||||
sysroot_stage_dir $from${base_bindir} $to${STAGING_DIR_HOST}${base_bindir}
|
||||
sysroot_stage_dir $from${base_sbindir} $to${STAGING_DIR_HOST}${base_sbindir}
|
||||
sysroot_stage_dir $from${libexecdir} $to${STAGING_DIR_HOST}${libexecdir}
|
||||
sysroot_stage_dir $from${sysconfdir} $to${STAGING_DIR_HOST}${sysconfdir}
|
||||
fi
|
||||
if [ -d $from${libdir} ]
|
||||
then
|
||||
|
||||
@@ -4,7 +4,7 @@ DEPENDS = "jpeg-native libpng-native gettext-native glib-2.0-native libx11-nativ
|
||||
S = "${WORKDIR}/gtk+-${PV}"
|
||||
FILESPATH = "${FILE_DIRNAME}/gdk-pixbuf-csource:${FILE_DIRNAME}/gtk+-${PV}:${FILE_DIRNAME}/files"
|
||||
SRC_URI += "file://reduce-dependencies.patch;patch=1"
|
||||
PR = "r10"
|
||||
PR = "r11"
|
||||
|
||||
#clear recommends for uclibc builds
|
||||
RRECOMMENDS = " "
|
||||
|
||||
@@ -3,7 +3,7 @@ DESCRIPTION = "Metacity is the boring window manager for the adult in you. Mutte
|
||||
LICENSE = "GPLv2"
|
||||
DEPENDS = "startup-notification gtk+ gconf clutter-1.0 gdk-pixbuf-csource-native intltool glib-2.0-native"
|
||||
# gobject-introspection
|
||||
PR = "r14"
|
||||
PR = "r15"
|
||||
PV = "2.25.1+git${SRCPV}"
|
||||
inherit gnome update-alternatives
|
||||
|
||||
|
||||
Reference in New Issue
Block a user