diff options
author | Rod Whitby <rod@whitby.id.au> | 2007-09-19 21:30:50 +0000 |
---|---|---|
committer | Rod Whitby <rod@whitby.id.au> | 2007-09-19 21:30:50 +0000 |
commit | 951a7a17adf3fcc85efa653703ecf955cda552c8 (patch) | |
tree | f731913edc4e794f40cea0048cbafbb99add259f /packages | |
parent | df3d0775db1ad3459bddcf9db1b28a7b87c28997 (diff) | |
parent | d240e1b714b68d8d1cd0bdc2521d4b1b87ec68c6 (diff) |
merge of '0de79e77116c042b92a36942f9817043f9ee16d1'
and 'a8f3bafcb48eddb52c9b4c0eae2518264f20ea14'
Diffstat (limited to 'packages')
-rw-r--r-- | packages/meta/slugos-packages.bb | 3 | ||||
-rw-r--r-- | packages/redboot-utils/fis_1.0.bb | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/packages/meta/slugos-packages.bb b/packages/meta/slugos-packages.bb index 26b89ff000..6b34fc187a 100644 --- a/packages/meta/slugos-packages.bb +++ b/packages/meta/slugos-packages.bb @@ -5,7 +5,7 @@ DESCRIPTION = "Packages that are compatible with the SlugOS firmware" HOMEPAGE = "http://www.nslu2-linux.org" LICENSE = "MIT" -PR = "r35" +PR = "r36" CONFLICTS = "db3" COMPATIBLE_MACHINE = "nslu2" @@ -37,6 +37,7 @@ SLUGOS_PACKAGES = "\ binutils \ bison \ bluez-utils \ + bluez-hcidump \ bogofilter \ boost \ bridge-utils \ diff --git a/packages/redboot-utils/fis_1.0.bb b/packages/redboot-utils/fis_1.0.bb index 87246f2717..e1ac56448b 100644 --- a/packages/redboot-utils/fis_1.0.bb +++ b/packages/redboot-utils/fis_1.0.bb @@ -1,7 +1,7 @@ DESCRIPTION = "Tool to edit the Redboot FIS partition layout from userspace" -PR = "r4" +PR = "r5" -SRC_URI = "svn://svn.nslu2-linux.org/svnroot/fis;module=trunk;proto=http" +SRC_URI = "svn://svn.nslu2-linux.org/svnroot/fis;module=trunk;proto=http;rev=6" S="${WORKDIR}/trunk" export CFLAGS += "--std=c99" |