summaryrefslogtreecommitdiff
path: root/recipes/dpkg/dpkg_1.14.23.bb
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2009-09-30 19:32:02 +0200
committerJeremy Lainé <jeremy.laine@m4x.org>2009-09-30 19:32:02 +0200
commit6a891b26422ad8ca344a596a70ef7d7d8ede1e06 (patch)
treeac100a13fd0188915406c132c8363fee475307b2 /recipes/dpkg/dpkg_1.14.23.bb
parentfe2fa19a4a00b3c7778933c476d57ca46c303c61 (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.14.23.bb')
-rw-r--r--recipes/dpkg/dpkg_1.14.23.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/dpkg/dpkg_1.14.23.bb b/recipes/dpkg/dpkg_1.14.23.bb
index 0377ce10f1..65d830995a 100644
--- a/recipes/dpkg/dpkg_1.14.23.bb
+++ b/recipes/dpkg/dpkg_1.14.23.bb
@@ -1,5 +1,5 @@
require dpkg.inc
-PR = "r1"
+PR = "r2"
DEPENDS += "zlib bzip2"
#RDEPENDS_${PN} = "${VIRTUAL-RUNTIME_update-alternatives}"
SRC_URI += "file://noman.patch;patch=1"