Merge bk://oe-devel.bkbits.net/openembedded
authornslu2-linux.adm@bkbits.net <nslu2-linux.adm@bkbits.net>
Tue, 1 Mar 2005 18:55:50 +0000 (18:55 +0000)
committernslu2-linux.adm@bkbits.net <nslu2-linux.adm@bkbits.net>
Tue, 1 Mar 2005 18:55:50 +0000 (18:55 +0000)
into bkbits.net:/repos/n/nslu2-linux/openembedded

2005/02/28 19:35:49+00:00 reciva.com!pb
update libdisplaymigration to 0.99

2005/02/28 19:33:15+00:00 reciva.com!pb
avoid crash when old shlibs dir does not exist

2005/03/01 01:51:41+00:00 reciva.com!pb
Merge bk://oe-devel@openembedded-devel.bkbits.net/openembedded
into mebius.reciva.com:/home/pb/oe/oe

2005/03/01 01:50:40+00:00 reciva.com!pb
undelete not-redundant-after-all autofoo x11 patch

BKrev: 4224bab6qEo9lRsAKfk1n1wgknwp-w

classes/package.bbclass
packages/libdisplaymigration/libdisplaymigration_0.99.bb [new file with mode: 0644]
packages/x11/files/autofoo.patch [new file with mode: 0644]

index 4ca34a3..e7cf98e 100644 (file)
@@ -486,6 +486,8 @@ python package_do_pkgconfig () {
                        f.close()
 
        for dir in [old_shlibs_dir, shlibs_dir]:
+               if not os.path.exists(dir):
+                       continue
                for file in os.listdir(dir):
                        m = re.match('^(.*)\.pclist$', file)
                        if m:
diff --git a/packages/libdisplaymigration/libdisplaymigration_0.99.bb b/packages/libdisplaymigration/libdisplaymigration_0.99.bb
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/packages/x11/files/autofoo.patch b/packages/x11/files/autofoo.patch
new file mode 100644 (file)
index 0000000..8bdba09
--- /dev/null
@@ -0,0 +1,22 @@
+
+#
+# Patch managed by http://www.holgerschurig.de/patcher.html
+#
+
+--- libX11-6.2.1/configure.ac~autofoo
++++ libX11-6.2.1/configure.ac
+@@ -7,12 +7,12 @@
+         [jg@freedesktop.org],
+         libX11)
+ AC_CONFIG_SRCDIR([Makefile.am])
+-AM_INIT_AUTOMAKE([dist-bzip2])
++AC_CONFIG_AUX_DIR(.)
++AM_INIT_AUTOMAKE([dist-bzip2])
+ AM_MAINTAINER_MODE
+ AM_CONFIG_HEADER([src/config.h])
+-AC_CONFIG_AUX_DIR(.)
+ # Checks for programs.
+ AC_PROG_LIBTOOL