diff options
author | Koen Kooi <koen@openembedded.org> | 2009-06-20 11:06:21 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-06-20 11:06:21 +0200 |
commit | 4926fc282489d6dcd8c618100a74f6f24897dbfe (patch) | |
tree | 1bf3e3ec96ab2686df9f550176dfd89b857ddf03 /recipes/util-linux-ng/util-linux-ng_2.13.1.bb | |
parent | b52781c95e58c89e20f68c3f5cceccd85761aa2b (diff) |
util-linux-ng: fix packaging, u-a and replace hardcoded paths
* also switch to INC_PR to make Tom happy
Diffstat (limited to 'recipes/util-linux-ng/util-linux-ng_2.13.1.bb')
-rw-r--r-- | recipes/util-linux-ng/util-linux-ng_2.13.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/util-linux-ng/util-linux-ng_2.13.1.bb b/recipes/util-linux-ng/util-linux-ng_2.13.1.bb index 8fded14fbe..c239b15226 100644 --- a/recipes/util-linux-ng/util-linux-ng_2.13.1.bb +++ b/recipes/util-linux-ng/util-linux-ng_2.13.1.bb @@ -5,4 +5,4 @@ SRC_URI = "${KERNELORG_MIRROR}/pub/linux/utils/util-linux-ng/v2.13/util-linux-ng #SRC_URI += "file://glibc-fix.patch;patch=1" #SRC_URI += "file://glibc-umount2.patch;patch=1" -PR = "r1" +PR = "${INC_PR}" |