[oe-commits] org.oe.dev merge of '30914cc94bbce1be08b75646f1755f25e9f9f4e1'

hrw commit openembedded-commits at lists.openembedded.org
Sun Aug 19 17:49:23 UTC 2007


merge of '30914cc94bbce1be08b75646f1755f25e9f9f4e1'
     and '6ffb91c6ed7cb12ad15b404b2661660cf1988445'

Author: hrw at openembedded.org
Branch: org.openembedded.dev
Revision: e3172af4d60e901a6bd89e3e56ad6e04471826d1
ViewMTN: http://monotone.openembedded.org/revision.psp?id=e3172af4d60e901a6bd89e3e56ad6e04471826d1
Files:
1
packages/xorg-xserver/xserver-xorg-1.3.0.0
packages/xorg-xserver/xserver-xorg-1.3.0.0/drmfix.patch
packages/xorg-xserver/xserver-xorg_1.3.0.0.bb
packages/duma
packages/duma/duma_2.5.7.bb
packages/net-snmp/net-snmp-5.4.1/configure-tail.patch
Diffs:

#
# mt diff -r30914cc94bbce1be08b75646f1755f25e9f9f4e1 -re3172af4d60e901a6bd89e3e56ad6e04471826d1
#
# 
# 
# add_dir "packages/xorg-xserver/xserver-xorg-1.3.0.0"
# 
# add_file "packages/xorg-xserver/xserver-xorg-1.3.0.0/drmfix.patch"
#  content [72edf4806ea57b3c561a14e789d07709534e163a]
# 
# patch "packages/xorg-xserver/xserver-xorg_1.3.0.0.bb"
#  from [c73bffb1e3641cde21223b8fe821232c15036b4d]
#    to [c33cdc04da5f76dfa5814af63e8f55d82464ae61]
# 
============================================================
--- packages/xorg-xserver/xserver-xorg-1.3.0.0/drmfix.patch	72edf4806ea57b3c561a14e789d07709534e163a
+++ packages/xorg-xserver/xserver-xorg-1.3.0.0/drmfix.patch	72edf4806ea57b3c561a14e789d07709534e163a
@@ -0,0 +1,11 @@
+--- xorg-server-1.3.0.0.orig/hw/xfree86/os-support/linux/Makefile.am
++++ xorg-server-1.3.0.0/hw/xfree86/os-support/linux/Makefile.am
+@@ -38,7 +38,7 @@
+ 
+ AM_CFLAGS = -DUSESTDRES -DHAVE_SYSV_IPC $(XORG_CFLAGS) $(PLATFORM_DEFINES)
+ 
+-INCLUDES = $(XORG_INCS) $(PLATFORM_INCLUDES) -I/usr/include/drm # FIXME this last part is crack
++INCLUDES = $(XORG_INCS) $(PLATFORM_INCLUDES) $(LIBDRM_CFLAGS)
+ 
+ # FIXME: These need to be added to the build
+ LNX_EXTRA_SOURCES = \
============================================================
--- packages/xorg-xserver/xserver-xorg_1.3.0.0.bb	c73bffb1e3641cde21223b8fe821232c15036b4d
+++ packages/xorg-xserver/xserver-xorg_1.3.0.0.bb	c33cdc04da5f76dfa5814af63e8f55d82464ae61
@@ -1,8 +1,11 @@ PE = "1"
 MESA_VER = "6.5.2"
 
 require xorg-xserver-common.inc
 PE = "1"
+PR = "r1"
 
+SRC_URI += "file://drmfix.patch;patch=1"
+
 EXTRA_OECONF += " ac_cv_file__usr_share_X11_sgml_defs_ent=no "
 
 export LDFLAGS += " -ldl "


#
# mt diff -r6ffb91c6ed7cb12ad15b404b2661660cf1988445 -re3172af4d60e901a6bd89e3e56ad6e04471826d1
#
# 
# 
# add_dir "packages/duma"
# 
# add_file "packages/duma/duma_2.5.7.bb"
#  content [b1ca5760b7d15aded488f0d1f3c54a45f2cb1def]
# 
# add_file "packages/net-snmp/net-snmp-5.4.1/configure-tail.patch"
#  content [7c81048e14b5ee70bf7636e60b9d4c479a71f661]
# 
============================================================
--- packages/duma/duma_2.5.7.bb	b1ca5760b7d15aded488f0d1f3c54a45f2cb1def
+++ packages/duma/duma_2.5.7.bb	b1ca5760b7d15aded488f0d1f3c54a45f2cb1def
@@ -0,0 +1,27 @@
+DESCRIPTION = "A Red-Zone memory allocator to detect unintended memory access"
+HOMEPAGE = "http://duma.sourceforge.net"
+LICENSE = "GPL LGPL"
+SECTION = "devel"
+DEPENDS = "qemu-native"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/duma/duma_2_5_7.tar.gz"
+
+S = "${WORKDIR}/duma_2_5_7"
+
+EXTRA_OECONF = "-e"
+
+do_configure () {
+	oe_runmake createconf
+	qemu-${TARGET_ARCH} -L ${STAGING_DIR}/${HOST_SYS} ./createconf
+}
+
+do_compile () {
+	oe_runmake libduma.a libduma.so.0.0
+}
+
+do_install () {
+	install -d ${D}${base_bindir}
+	install -d ${D}${base_libdir}
+	install -d ${D}${mandir}/man3
+	oe_runmake install prefix="${D}" MAN_INSTALL_DIR="${D}${mandir}/man3"
+}
============================================================
--- packages/net-snmp/net-snmp-5.4.1/configure-tail.patch	7c81048e14b5ee70bf7636e60b9d4c479a71f661
+++ packages/net-snmp/net-snmp-5.4.1/configure-tail.patch	7c81048e14b5ee70bf7636e60b9d4c479a71f661
@@ -0,0 +1,99 @@
+diff -urN net-snmp-5.4.1-orig/acinclude.m4 net-snmp-5.4.1-patched/acinclude.m4
+--- net-snmp-5.4.1-orig/acinclude.m4	2006-08-15 05:25:49.000000000 +0200
++++ net-snmp-5.4.1-patched/acinclude.m4	2007-08-14 13:22:13.000000000 +0200
+@@ -39,7 +39,7 @@
+ dnl
+ AC_DEFUN([AC_PROMPT_USER],
+ [
+-MSG_CHECK=`echo "$2" | tail -1`
++MSG_CHECK=`echo "$2" | tail -n 1`
+ AC_CACHE_CHECK($MSG_CHECK, ac_cv_user_prompt_$1,
+ [echo "" >&AC_FD_MSG
+ AC_PROMPT_USER_NO_DEFINE($1,[$2],$3)
+diff -urN net-snmp-5.4.1-orig/configure net-snmp-5.4.1-patched/configure
+--- net-snmp-5.4.1-orig/configure	2007-07-27 19:04:19.000000000 +0200
++++ net-snmp-5.4.1-patched/configure	2007-08-14 13:22:13.000000000 +0200
+@@ -26417,7 +26417,7 @@
+ 	# hpux make (at least) doesn't like a trailing \ on the last
+ 	# line even when the next line contains nothing but
+ 	# whitespace.
+-	lasttoken=`tail -1 mk/$i.mk | awk '{print $1}'`
++	lasttoken=`tail -n 1 mk/$i.mk | awk '{print $1}'`
+ 	sed "s#$lasttoken \\\\#$lasttoken#" < mk/$i.mk > mk/$i.mk.tmp
+ 	mv mk/$i.mk.tmp mk/$i.mk
+ 
+@@ -48793,7 +48793,7 @@
+ 
+ ME=`$WHOAMI`
+ if test -f /etc/resolv.conf; then
+-  LOC=`cat /etc/resolv.conf | grep '^domain' | tail -1 | awk '{print $NF}'`
++  LOC=`cat /etc/resolv.conf | grep '^domain' | tail -n 1 | awk '{print $NF}'`
+ else
+   LOC="@no.where"
+ fi
+@@ -48819,7 +48819,7 @@
+    Providing the --with-default-snmp-version=\"x\" parameter to ./configure
+ will avoid this prompt.
+ 
+-Default version of SNMP to use" | tail -1`
++Default version of SNMP to use" | tail -n 1`
+ echo "$as_me:$LINENO: checking $MSG_CHECK" >&5
+ echo $ECHO_N "checking $MSG_CHECK... $ECHO_C" >&6
+ if test "${ac_cv_user_prompt_NETSNMP_DEFAULT_SNMP_VERSION+set}" = set; then
+@@ -48903,7 +48903,7 @@
+   Providing the --with-sys-contact=\"contact\" parameter to ./configure
+ will avoid this prompt.
+ 
+-System Contact Information" | tail -1`
++System Contact Information" | tail -n 1`
+ echo "$as_me:$LINENO: checking $MSG_CHECK" >&5
+ echo $ECHO_N "checking $MSG_CHECK... $ECHO_C" >&6
+ if test "${ac_cv_user_prompt_NETSNMP_SYS_CONTACT+set}" = set; then
+@@ -48967,7 +48967,7 @@
+   Providing the --with-sys-location=\"location\" parameter to ./configure
+ will avoid this prompt.
+ 
+-System Location" | tail -1`
++System Location" | tail -n 1`
+ echo "$as_me:$LINENO: checking $MSG_CHECK" >&5
+ echo $ECHO_N "checking $MSG_CHECK... $ECHO_C" >&6
+ if test "${ac_cv_user_prompt_NETSNMP_SYS_LOC+set}" = set; then
+@@ -49037,7 +49037,7 @@
+   Providing the --with-logfile=\"path\" parameter to ./configure
+ will avoid this prompt.
+ 
+-Location to write logfile" | tail -1`
++Location to write logfile" | tail -n 1`
+ echo "$as_me:$LINENO: checking $MSG_CHECK" >&5
+ echo $ECHO_N "checking $MSG_CHECK... $ECHO_C" >&6
+ if test "${ac_cv_user_prompt_NETSNMP_LOGFILE+set}" = set; then
+@@ -49114,7 +49114,7 @@
+   Providing the --with-persistent-directory=\"path\" parameter to
+ ./configure will avoid this prompt.
+ 
+-Location to write persistent information" | tail -1`
++Location to write persistent information" | tail -n 1`
+ echo "$as_me:$LINENO: checking $MSG_CHECK" >&5
+ echo $ECHO_N "checking $MSG_CHECK... $ECHO_C" >&6
+ if test "${ac_cv_user_prompt_NETSNMP_PERSISTENT_DIRECTORY+set}" = set; then
+diff -urN net-snmp-5.4.1-orig/configure.in net-snmp-5.4.1-patched/configure.in
+--- net-snmp-5.4.1-orig/configure.in	2007-07-27 19:02:00.000000000 +0200
++++ net-snmp-5.4.1-patched/configure.in	2007-08-14 13:22:13.000000000 +0200
+@@ -2465,7 +2465,7 @@
+ 	# hpux make (at least) doesn't like a trailing \ on the last
+ 	# line even when the next line contains nothing but
+ 	# whitespace.
+-	lasttoken=`tail -1 mk/$i.mk | awk '{print $1}'`
++	lasttoken=`tail -n 1 mk/$i.mk | awk '{print $1}'`
+ 	sed "s#$lasttoken \\\\#$lasttoken#" < mk/$i.mk > mk/$i.mk.tmp
+ 	mv mk/$i.mk.tmp mk/$i.mk
+ 
+@@ -4575,7 +4575,7 @@
+ 
+ ME=`$WHOAMI`
+ if test -f /etc/resolv.conf; then
+-  LOC=`cat /etc/resolv.conf | grep '^domain' | tail -1 | awk '{print $NF}'`
++  LOC=`cat /etc/resolv.conf | grep '^domain' | tail -n 1 | awk '{print $NF}'`
+ else
+   LOC="@no.where"
+ fi






More information about the Openembedded-commits mailing list