From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pg0-f51.google.com (mail-pg0-f51.google.com [74.125.83.51]) by mail.openembedded.org (Postfix) with ESMTP id 5C47C77ACD for ; Tue, 3 Oct 2017 01:19:27 +0000 (UTC) Received: by mail-pg0-f51.google.com with SMTP id b11so3878888pgn.12 for ; Mon, 02 Oct 2017 18:19:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=RRUhCObRyERn0KwjzhuteHUevn1qcbTbcSNdQSNmlcE=; b=sEOCkINck9F8Sl69DAIBJJaZEhrcsJ4pXQDoATQz6UmpuUwHSmScs3ae2EcnIeNY/V dGdBDgDlUTCPqXJf5WgQBDrB6kdhv+CCWLqMCNtTr1XcxDy4i++NURs8cFyrw5U3n2HK TyyrMN0C00SOafbeXbQtCF7txlBu6BIN+xIAql+B1rvFF9cACmieeLUTJGlVeEg2cKhW e75NzM68w0YocDL1FBuAFg+Gow1/dSyeRbxpGFI9sTTBjLL0lmViLqTrrN/gjjeLcgGp M/ktlutZlXEWUcLeS5ig8EqTpsLYT64lb2pmov/OAOHupmVkepU5b5TECM0my7/Jtido zQoA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=RRUhCObRyERn0KwjzhuteHUevn1qcbTbcSNdQSNmlcE=; b=hEvpsjPIEwtDZfo0f9LgyQGOLbfputx4xPd1E1feB2gFn5AEPSAopML3gryLY9BMbI fCL1CmIKRZH9cMIPtewln/ktiM8YZm0u4SHxDaGPGTfBiB8H1LlWWdQLar6iNJELVS5/ bFPBfaWwzKVYxvSP/Tyn67Vx1M5UOTrHTXUUBSnoZO5ywGonaBCjN7GvnJNQ8tB7Hooj hb/UgaANsBH5eUZLcVZl5pANCEXutc/ZFpUaxurLAfVz5iQMnokF3d4EN9mqGdmiHU3n +WqNnc8gHd7RwT4Df/eUSf/5xKZVtlqdRAAfReRh7/wTTwiqIIDMrOs8mY2jjCRrrwEW kAlQ== X-Gm-Message-State: AHPjjUhDnysnhLHMYfifFVX968i1attJwhfBV75QrE6Rn2d5mhtt6QuM xWLOq02MWet11KsLprkfo5ohkQ== X-Google-Smtp-Source: AOwi7QCO6K+PhE1Nb4Td851MfXtbNAy5K806TYcrNo2hVjIIl/0Bf+7lN3yBVjlC+oCNITudNQX7zQ== X-Received: by 10.98.63.197 with SMTP id z66mr15557739pfj.10.1506993568890; Mon, 02 Oct 2017 18:19:28 -0700 (PDT) Received: from e6520.guest-wifi.scl.liberty.com ([4.16.80.121]) by smtp.gmail.com with ESMTPSA id v10sm19769813pgf.8.2017.10.02.18.19.27 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 02 Oct 2017 18:19:28 -0700 (PDT) From: Andre McCurdy To: openembedded-core@lists.openembedded.org Date: Mon, 2 Oct 2017 18:19:18 -0700 Message-Id: <1506993559-15731-2-git-send-email-armccurdy@gmail.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1506993559-15731-1-git-send-email-armccurdy@gmail.com> References: <1506993559-15731-1-git-send-email-armccurdy@gmail.com> Subject: [morty][PATCH 1/2] coreutils: Disable broken man pages X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Oct 2017 01:19:28 -0000 From: Richard Purdie These are generated from --help output of the host tools which is clearly incorrect, particularly given the older nature of this recipe. Simply disable them entirely. Signed-off-by: Richard Purdie --- .../recipes-core/coreutils/coreutils-6.9/no-man.patch | 19 +++++++++++++++++++ meta/recipes-core/coreutils/coreutils_6.9.bb | 1 + 2 files changed, 20 insertions(+) create mode 100644 meta/recipes-core/coreutils/coreutils-6.9/no-man.patch diff --git a/meta/recipes-core/coreutils/coreutils-6.9/no-man.patch b/meta/recipes-core/coreutils/coreutils-6.9/no-man.patch new file mode 100644 index 0000000..cc9dfc8 --- /dev/null +++ b/meta/recipes-core/coreutils/coreutils-6.9/no-man.patch @@ -0,0 +1,19 @@ +Disable manpages for coreutils. These are generated by running the host version --help +which is going to give incorrect results so its better simply not to do this at all. + +RP 2017/3/9 +Upstream-Status: Inappropriate [OE cross compile specific hack] + +Index: coreutils-6.9/Makefile.am +=================================================================== +--- coreutils-6.9.orig/Makefile.am ++++ coreutils-6.9/Makefile.am +@@ -17,7 +17,7 @@ + # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + # 02110-1301, USA. + +-SUBDIRS = lib src doc man po tests ++SUBDIRS = lib src doc po tests + EXTRA_DIST = Makefile.cfg Makefile.maint GNUmakefile \ + .gitignore \ + .hgignore \ diff --git a/meta/recipes-core/coreutils/coreutils_6.9.bb b/meta/recipes-core/coreutils/coreutils_6.9.bb index 35700a3..6bcf8de 100644 --- a/meta/recipes-core/coreutils/coreutils_6.9.bb +++ b/meta/recipes-core/coreutils/coreutils_6.9.bb @@ -26,6 +26,7 @@ SRC_URI = "${GNU_MIRROR}/coreutils/${BP}.tar.bz2 \ file://coreutils-fix-texinfo.patch \ file://fix_for_manpage_building.patch \ file://loadavg.patch \ + file://no-man.patch \ " SRC_URI[md5sum] = "c9607d8495f16e98906e7ed2d9751a06" -- 1.9.1