diff options
author | Koen Kooi <koen@openembedded.org> | 2007-03-06 10:24:58 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-03-06 10:24:58 +0000 |
commit | 76fb5fea94809a4c14a723d192667eaf2bb0b86f (patch) | |
tree | 6e847bc8a369fce293607b963cf254346a66e5de /packages | |
parent | 438028c981a45f9fa482bdbc477ba7d354311c46 (diff) | |
parent | 420319f18131384d640955342a42d7bdb35c922b (diff) |
merge of '6466dc79dded8ec3ade8c212b27f84f9699f48e1'
and '692c2b51db3e49bf51daec9a4656898cf8994fff'
Diffstat (limited to 'packages')
-rw-r--r-- | packages/cairo/cairo_git.bb | 2 | ||||
-rw-r--r-- | packages/linux/ixp4xx-kernel/2.6.20/series | 8 | ||||
-rw-r--r-- | packages/linux/ixp4xx-kernel_2.6.20.bb | 2 | ||||
-rw-r--r-- | packages/ntfs-3g/.mtn2git_empty | 0 | ||||
-rw-r--r-- | packages/ntfs-3g/ntfs-3g_1.0.bb | 12 | ||||
-rw-r--r-- | packages/ntpclient/ntpclient_2003_194.bb | 8 |
6 files changed, 24 insertions, 8 deletions
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 \ " 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 diff --git a/packages/ntfs-3g/.mtn2git_empty b/packages/ntfs-3g/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/packages/ntfs-3g/.mtn2git_empty 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" 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 <larry@doolittle.boa.org>" 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 } |