From 77fa5012bfd4b6a1a3f73d66ff77fcb09559dbfe Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Mon, 5 Mar 2007 19:39:43 +0000 Subject: cairo git: bump PV --- packages/cairo/cairo_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages') diff --git a/packages/cairo/cairo_git.bb b/packages/cairo/cairo_git.bb index 26eaf78879..a2a6448565 100644 --- a/packages/cairo/cairo_git.bb +++ b/packages/cairo/cairo_git.bb @@ -7,7 +7,7 @@ DEPENDS = "virtual/libx11 libsm libpng fontconfig libxrender" DESCRIPTION = "Cairo graphics library" LICENSE = "MPL LGPL" -PV = "1.3.13+git${SRCDATE}" +PV = "1.3.17+git${SRCDATE}" SRC_URI = "git://git.cairographics.org/git/cairo;protocol=git \ " -- cgit v1.2.3 From 352cd2f672b038ef7710a0e10c450a2bd89d82e9 Mon Sep 17 00:00:00 2001 From: Mike Westerhof Date: Tue, 6 Mar 2007 06:18:59 +0000 Subject: ixp4xx-kernel: Updated to pull latest patches from svn including fixes for the NSLU2 and DSM-G600 losing time; and updated series to match. --- packages/linux/ixp4xx-kernel/2.6.20/series | 8 ++++++-- packages/linux/ixp4xx-kernel_2.6.20.bb | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) (limited to 'packages') diff --git a/packages/linux/ixp4xx-kernel/2.6.20/series b/packages/linux/ixp4xx-kernel/2.6.20/series index ddbc2da1a3..6ceb7622ac 100644 --- a/packages/linux/ixp4xx-kernel/2.6.20/series +++ b/packages/linux/ixp4xx-kernel/2.6.20/series @@ -10,7 +10,9 @@ squashfs/squashfs-lzma.patch squashfs/squashfs-Kconfig.patch squashfs/squashfs-Makefile.patch 00-linux-2.6.20.1.patch -01-fix-redboot-bad-code.patch +01-fix-redboot-parse-oops.patch +02-fix-redboot-parse-regression.patch +03-improve-byteswap-redboot-parse.patch 07-remove-avila-ixdp425-setup.patch 08-avila-loft-setup.patch 09-avila-setup-pata.patch @@ -32,10 +34,12 @@ squashfs/squashfs-Makefile.patch 75-dsmg600-support.patch 76-dsmg600-pwrbtn.patch 78-velocity-BE.patch -80-kexec-arm-r3.patch +80-kexec-arm-upstream.patch 85-nslu2-rtc-fixup.patch 86-nas100d-rtc-fixup.patch 87-dsmg600-rtc-fixup.patch +89-dsmg600-mv-freq-fixup.patch +89-nslu2-mv-freq-fixup.patch 96-fsg3-support.patch 98-sata_via-pata-support-upstream.patch 99-avila-mtd-microcode.patch diff --git a/packages/linux/ixp4xx-kernel_2.6.20.bb b/packages/linux/ixp4xx-kernel_2.6.20.bb index 193e82f518..94a08509a7 100644 --- a/packages/linux/ixp4xx-kernel_2.6.20.bb +++ b/packages/linux/ixp4xx-kernel_2.6.20.bb @@ -6,7 +6,7 @@ # http://trac.nslu2-linux.org/kernel/ # # The revision that is pulled from SVN is specified below -IXP4XX_KERNEL_SVN_REV = "704" +IXP4XX_KERNEL_SVN_REV = "768" # # The directory containing the patches to be applied is # specified below -- cgit v1.2.3 From ce5e154d50a7291177742d705a4f035a02c41f76 Mon Sep 17 00:00:00 2001 From: Mike Westerhof Date: Tue, 6 Mar 2007 06:24:06 +0000 Subject: ntpclient: do_install - fixed strip problems and make sure install creates the directories to install the init script. --- packages/ntpclient/ntpclient_2003_194.bb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'packages') diff --git a/packages/ntpclient/ntpclient_2003_194.bb b/packages/ntpclient/ntpclient_2003_194.bb index e2f58631bd..52143baee0 100644 --- a/packages/ntpclient/ntpclient_2003_194.bb +++ b/packages/ntpclient/ntpclient_2003_194.bb @@ -4,7 +4,7 @@ AUTHOR = "Larry Doolittle " RDEPENDS = "busybox" SECTION = "admin" LICENSE = "GPL/v2" -PR = "r0" +PR = "r1" # The ntpclient package uses version numbers that include an underscore :( PV = "2003_194" # ntpclient unpacks into a directory that doesn't include version info :( @@ -24,9 +24,9 @@ do_compile() { do_install () { # Install the binary and tools - install -D -s -m 0755 ${S}/ntpclient ${D}${base_sbindir}/ntpclient - install -D -s -m 0755 ${S}/adjtimex ${D}${base_sbindir}/adjtimex + install -D -m 0755 ${S}/ntpclient ${D}${base_sbindir}/ntpclient + install -D -m 0755 ${S}/adjtimex ${D}${base_sbindir}/adjtimex install -D -m 0755 ${S}/rate.awk ${D}${sbindir}/ntpclient-drift-rate.awk - install -c -m 755 ${WORKDIR}/init ${D}${sysconfdir}/init.d/ntpclient + install -D -m 0755 ${WORKDIR}/init ${D}${sysconfdir}/init.d/ntpclient } -- cgit v1.2.3 From 420319f18131384d640955342a42d7bdb35c922b Mon Sep 17 00:00:00 2001 From: Mike Westerhof Date: Tue, 6 Mar 2007 06:28:45 +0000 Subject: ntfs-3g: added ntfs-3g, a user-space driver for reading and writing to NTFS filesystems. --- packages/ntfs-3g/.mtn2git_empty | 0 packages/ntfs-3g/ntfs-3g_1.0.bb | 12 ++++++++++++ 2 files changed, 12 insertions(+) create mode 100644 packages/ntfs-3g/.mtn2git_empty create mode 100644 packages/ntfs-3g/ntfs-3g_1.0.bb (limited to 'packages') diff --git a/packages/ntfs-3g/.mtn2git_empty b/packages/ntfs-3g/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 diff --git a/packages/ntfs-3g/ntfs-3g_1.0.bb b/packages/ntfs-3g/ntfs-3g_1.0.bb new file mode 100644 index 0000000000..7d73b79ac9 --- /dev/null +++ b/packages/ntfs-3g/ntfs-3g_1.0.bb @@ -0,0 +1,12 @@ +DESCRIPTION = "The NTFS-3G driver is an open source, freely available NTFS driver for Linux with read and write support." +HOMEPAGE = "http://www.ntfs-3g.org/" +LICENSE = "GPLv2" +DEPENDS = "fuse" +RDEPENDS = "fuse" +PR = "r0" + +SRC_URI = http://www.ntfs-3g.org/ntfs-3g-${PV}.tgz + +inherit autotools + +EXTRA_OEMAKE = "LDCONFIG=echo" -- cgit v1.2.3