Skip to content

Commit

Permalink
udev 171: partially revert commit d5840f7 ( bug: unbreak udev 171 for…
Browse files Browse the repository at this point in the history
… bug. )

This commit didn't work:
  I tested on target but because udev 168 was built before and is machine arch
  for the bug machine it got selected.
  Instead selecting udev 171 by making it machine arch for bug made the bug fail
  to boot
  Beside thoses changes should have been machine arch for the bug machine

Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
  • Loading branch information
Denis 'GNUtoo' Carikli authored and Denis 'GNUtoo' Carikli committed Jul 5, 2011
1 parent 9fb794a commit a1b8d5b
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions recipes/udev/udev_171.bb
Expand Up @@ -14,7 +14,7 @@ DEFAULT_PREFERENCE = "-1"
DEPENDS = "gperf-native usbutils acl glib-2.0"

SRCREV = "${PV}"
PR = "r1"
PR = "r2"

# version specific SRC_URI
SRC_URI = "git://git.kernel.org/pub/scm/linux/hotplug/udev.git;protocol=git \
Expand All @@ -36,9 +36,6 @@ SRC_URI += " \
"

# Machine specific udev rules should be in their own recipe that ${PN} can add to RRECOMMENDS
RRECOMMENDS_${PN}_bug += "bug-udev"
RRECOMMENDS_${PN}_bug20 += "bug-udev"


S = "${WORKDIR}/git"

Expand Down Expand Up @@ -86,11 +83,6 @@ FILES_${PN} += "${base_libdir}/systemd"

RPROVIDES_${PN}_append = " udev-compat-wrapper"

RDEPENDS_udev_bug += "udev-compat"
do_unpack_append_bug() {
bb.build.exec_func('do_apply_compat_wrapper', d)
}

do_install () {
install -d ${D}${usrsbindir} \
${D}${sbindir}
Expand Down

0 comments on commit a1b8d5b

Please sign in to comment.