aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/util-linux-ng
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2010-01-24 12:02:56 +0100
committerKoen Kooi <koen@openembedded.org>2010-01-24 12:02:56 +0100
commit39c8510abf3929e58d4f9fe7c0a6561d64938397 (patch)
treed6a7832f830dcedc4137759d57394ae984606771 /recipes/util-linux-ng
parent8e47969136953d6aa5dd040ba19a6fabafe6ba75 (diff)
downloadopenembedded-39c8510abf3929e58d4f9fe7c0a6561d64938397.tar.gz
e2fsprogs-libs, util-linux-ng: sort out libblkid move some more
* we're using libblkid from u-l-ng nowadays, but e-l was still install a .pc breaking apps checking for libblkid > 2.15
Diffstat (limited to 'recipes/util-linux-ng')
-rw-r--r--recipes/util-linux-ng/util-linux-ng.inc3
-rw-r--r--recipes/util-linux-ng/util-linux-ng_2.16.bb2
2 files changed, 2 insertions, 3 deletions
diff --git a/recipes/util-linux-ng/util-linux-ng.inc b/recipes/util-linux-ng/util-linux-ng.inc
index 8129c53e0d..7f4333ba9d 100644
--- a/recipes/util-linux-ng/util-linux-ng.inc
+++ b/recipes/util-linux-ng/util-linux-ng.inc
@@ -3,8 +3,7 @@ SECTION = "base"
LICENSE = "GPL"
DEPENDS = "udev zlib ncurses virtual/libintl"
-inherit autotools_stage
-AUTOTOOLS_STAGE_PKGCONFIG = "1"
+inherit autotools
DEFAULT_PREFERENCE = "-1"
diff --git a/recipes/util-linux-ng/util-linux-ng_2.16.bb b/recipes/util-linux-ng/util-linux-ng_2.16.bb
index c677fba01d..bbcc9cef4f 100644
--- a/recipes/util-linux-ng/util-linux-ng_2.16.bb
+++ b/recipes/util-linux-ng/util-linux-ng_2.16.bb
@@ -1,6 +1,6 @@
require util-linux-ng.inc
-PR = "${INC_PR}.3"
+PR = "${INC_PR}.4"
SRC_URI += "file://uclibc-compile.patch;patch=1 \
file://tls.patch;patch=1 \