From: Koen Kooi Date: Mon, 3 Jul 2006 16:40:46 +0000 (+0000) Subject: twm: we need to inherit u-a to make the previous change actually do something X-Git-Tag: Release-2010-05/1~9453^2~1352 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=416820f43a470a43cd3efe8fd8bf878e654c3bb8;p=openembedded.git twm: we need to inherit u-a to make the previous change actually do something --- diff --git a/packages/x11-apps/twm_1.0.1.bb b/packages/x11-apps/twm_1.0.1.bb index 734e1ee7bf..e02bc4cf7b 100644 --- a/packages/x11-apps/twm_1.0.1.bb +++ b/packages/x11-apps/twm_1.0.1.bb @@ -3,6 +3,8 @@ PR = "r1" include app-common.inc DEPENDS = "libx11 libxt libxmu" +inherit update-alternatives + ALTERNATIVE_PATH = "${bindir}/twm" ALTERNATIVE_NAME = "x-window-manager" ALTERNATIVE_LINK = "${bindir}/x-window-manager"