aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/udev/udev_151.bb
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2010-03-16 15:59:52 +0100
committerKoen Kooi <koen@openembedded.org>2010-03-16 16:01:04 +0100
commit437dc4079052d6f02b295db6f9540f1c0259dc36 (patch)
tree6dde784a3b192a46cca311d5c49719dc4cb6559a /recipes/udev/udev_151.bb
parentce2d4f482a41ee2b8884095174ce278d8fc277de (diff)
downloadopenembedded-437dc4079052d6f02b295db6f9540f1c0259dc36.tar.gz
udev 151: remove symlinking logic completely:
* it breaks upgrade paths * broken apps will still be broken
Diffstat (limited to 'recipes/udev/udev_151.bb')
-rw-r--r--recipes/udev/udev_151.bb6
1 files changed, 1 insertions, 5 deletions
diff --git a/recipes/udev/udev_151.bb b/recipes/udev/udev_151.bb
index fab8bc254d..169d3c5035 100644
--- a/recipes/udev/udev_151.bb
+++ b/recipes/udev/udev_151.bb
@@ -3,7 +3,7 @@ DESCRIPTION = "udev is a daemon which dynamically creates and removes device nod
the hotplug package and requires a kernel not older than 2.6.12."
LICENSE = "GPLv2+"
-PR = "r6"
+PR = "r7"
# Untested
DEFAULT_PREFERENCE = "-1"
@@ -104,10 +104,6 @@ do_install () {
install -m 0755 ${WORKDIR}/mount.sh ${D}${sysconfdir}/udev/scripts/mount.sh
install -m 0755 ${WORKDIR}/network.sh ${D}${sysconfdir}/udev/scripts
-
- mkdir -p ${base_libdir}/udev
- mkdir -p ${D}${libdir}
- ln -sf ${base_libdir}/udev ${D}${libdir}/
}
do_install_append_h2200() {