diff options
author | Jeremy Lainé <jeremy.laine@m4x.org> | 2009-09-30 19:32:02 +0200 |
---|---|---|
committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2009-09-30 19:32:02 +0200 |
commit | 6a891b26422ad8ca344a596a70ef7d7d8ede1e06 (patch) | |
tree | ac100a13fd0188915406c132c8363fee475307b2 /recipes/dpkg/dpkg_1.13.25.bb | |
parent | fe2fa19a4a00b3c7778933c476d57ca46c303c61 (diff) |
dpkg: fix package configuration on first boot
* Use do_install to setup S98configure script, just like for
the opkg package.
Diffstat (limited to 'recipes/dpkg/dpkg_1.13.25.bb')
-rw-r--r-- | recipes/dpkg/dpkg_1.13.25.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/dpkg/dpkg_1.13.25.bb b/recipes/dpkg/dpkg_1.13.25.bb index 8a2c8abae0..f98cabf46e 100644 --- a/recipes/dpkg/dpkg_1.13.25.bb +++ b/recipes/dpkg/dpkg_1.13.25.bb @@ -1,5 +1,5 @@ require dpkg.inc -PR = "r1" +PR = "r2" DEPENDS += "zlib bzip2" SRC_URI += "file://noman.patch;patch=1" |