mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
Compare commits
5 Commits
walnascar-
...
1.4_M3
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3ae1a4ba97 | ||
|
|
5e17deac79 | ||
|
|
b47d0b23d9 | ||
|
|
8617f7eb15 | ||
|
|
87017b554e |
@@ -25,7 +25,7 @@ module_do_install() {
|
||||
modules_install
|
||||
}
|
||||
|
||||
pkg_postinst_append () {
|
||||
pkg_postinst_${PN}_append () {
|
||||
if [ -z "$D" ]; then
|
||||
depmod -a ${KERNEL_VERSION}
|
||||
else
|
||||
@@ -33,7 +33,7 @@ else
|
||||
fi
|
||||
}
|
||||
|
||||
pkg_postrm_append () {
|
||||
pkg_postrm_${PN}_append () {
|
||||
if [ -z "$D" ]; then
|
||||
depmod -a ${KERNEL_VERSION}
|
||||
else
|
||||
|
||||
@@ -108,7 +108,7 @@ fakeroot rootfs_rpm_do_rootfs () {
|
||||
i=\$i
|
||||
cat > ${IMAGE_ROOTFS}${sysconfdir}/rcS.d/S${POSTINSTALL_INITPOSITION}run-postinsts << EOF
|
||||
#!/bin/sh
|
||||
for i in `ls /etc/rpm-postinsts/`; do
|
||||
for i in \`ls /etc/rpm-postinsts/\`; do
|
||||
i=/etc/rpm-postinsts/$i
|
||||
echo "Running postinst $i..."
|
||||
if [ -f $i ] && $i; then
|
||||
|
||||
@@ -470,7 +470,7 @@ do_install_append_class-native() {
|
||||
RPM_LOCALEDIRRPM='`dirname $''realpath`'/${@os.path.relpath(d.getVar('datadir', True), d.getVar('bindir', True))}/locale
|
||||
|
||||
for rpm_binary in ${D}/${libdir}/rpm/bin/rpm*; do
|
||||
create_wrapper $rpm_binary
|
||||
create_wrapper $rpm_binary \
|
||||
RPM_USRLIBRPM='`dirname $''realpath`'/${@os.path.relpath(d.getVar('libdir', True), d.getVar('bindir', True))}/rpm \
|
||||
RPM_ETCRPM='$'{RPM_ETCRPM-'`dirname $''realpath`'/${@os.path.relpath(d.getVar('sysconfdir', True), d.getVar('bindir', True))}/rpm} \
|
||||
RPM_LOCALEDIRRPM='`dirname $''realpath`'/${@os.path.relpath(d.getVar('datadir', True), d.getVar('bindir', True))}/locale
|
||||
|
||||
@@ -32,8 +32,8 @@ COMPATIBLE_HOST_armv7a = 'arm.*-linux'
|
||||
|
||||
inherit autotools
|
||||
|
||||
EXTRA_OECONF = "--enable-tls"
|
||||
EXTRA_OECONF_armv7a = "--enable-tls -host=armv7-none-linux-gnueabi"
|
||||
EXTRA_OECONF = "--enable-tls --without-mpicc"
|
||||
EXTRA_OECONF_armv7a = "--enable-tls -host=armv7-none-linux-gnueabi --without-mpicc"
|
||||
EXTRA_OEMAKE = "-w"
|
||||
PARALLEL_MAKE = ""
|
||||
|
||||
|
||||
@@ -0,0 +1,14 @@
|
||||
Upstream-Status: Pending
|
||||
|
||||
Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
|
||||
diff -Nurd harfbuzz-0.9.10/src/Makefile.am harfbuzz-0.9.10/src/Makefile.am
|
||||
--- harfbuzz-0.9.10/src/Makefile.am 2012-12-19 03:39:27.000000000 +0200
|
||||
+++ harfbuzz-0.9.10/src/Makefile.am 2013-01-25 11:55:23.946354729 +0200
|
||||
@@ -210,7 +210,6 @@
|
||||
libharfbuzz_la_LIBADD = $(HBLIBS)
|
||||
EXTRA_libharfbuzz_la_DEPENDENCIES = $(harfbuzz_def_dependency)
|
||||
pkginclude_HEADERS = $(HBHEADERS)
|
||||
-nodist_pkginclude_HEADERS = hb-version.h
|
||||
|
||||
CLEANFILES += harfbuzz.def
|
||||
harfbuzz.def: $(HBHEADERS)
|
||||
@@ -13,10 +13,11 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=e021dd6dda6ff1e6b1044002fc662b9b \
|
||||
|
||||
SECTION = "libs"
|
||||
|
||||
PR = "r0"
|
||||
PR = "r1"
|
||||
|
||||
SRC_URI = "http://www.freedesktop.org/software/harfbuzz/release/harfbuzz-${PV}.tar.bz2 \
|
||||
file://disable_graphite.patch \
|
||||
file://avoid_double_version_h.patch \
|
||||
"
|
||||
|
||||
SRC_URI[md5sum] = "deec04f2281bef6323f4ad1dabbf75f7"
|
||||
|
||||
Reference in New Issue
Block a user