diff options
Diffstat (limited to 'packages')
-rw-r--r-- | packages/slugimage/slugimage.bb | 4 | ||||
-rw-r--r-- | packages/sysconf/sysconf_0.1.bb | 4 |
2 files changed, 3 insertions, 5 deletions
diff --git a/packages/slugimage/slugimage.bb b/packages/slugimage/slugimage.bb index 16873d8d24..ad05d54851 100644 --- a/packages/slugimage/slugimage.bb +++ b/packages/slugimage/slugimage.bb @@ -3,11 +3,11 @@ SECTION = "console/utils" LICENSE = "BSD" DESCRIPTION = "Slugimage is a small app to disassemble and reassemble \ flash images for the Linksys NSLU2 device. It also has jffs2 support" -PR = "r10" +PR = "r11" RDEPENDS = "perl" -SLUGIMAGE_SVN_REV ?= "82" +SLUGIMAGE_SVN_REV ?= "103" SLUGIMAGE_SVN_REPO ?= "http://svn.nslu2-linux.org/svnroot/slugimage/trunk" addtask svnfetch before do_configure after do_patch diff --git a/packages/sysconf/sysconf_0.1.bb b/packages/sysconf/sysconf_0.1.bb index e6bb3f29bb..608868f197 100644 --- a/packages/sysconf/sysconf_0.1.bb +++ b/packages/sysconf/sysconf_0.1.bb @@ -3,7 +3,7 @@ SECTION = "base" PRIORITY = "optional" LICENSE = "GPL" RDEPENDS = "devio cpio findutils diffutils" -PR = "r9" +PR = "r10" # Currently, the scripts only support ixp4xx machines. # Feel free to add to the scripts ... @@ -48,5 +48,3 @@ pkg_postrm() { test -n "$D" && opt="-r $D" update-rc.d $opt sysconfsetup remove } - -CONFFILES = "${sysconfdir}/default/conffiles" |