X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=meta-starlingx%2Fmeta-stx-integ%2Frecipes-support%2Fdrbd%2Fdrbd-utils%2F0011-Disable-documentation.patch;fp=meta-starlingx%2Fmeta-stx-integ%2Frecipes-support%2Fdrbd%2Fdrbd-utils%2F0011-Disable-documentation.patch;h=0000000000000000000000000000000000000000;hb=6fc6934434f70595536a387ece31bc30141cafb5;hp=c660b4902ae65b7ca244d17e8bf9092b9987b0fa;hpb=eb1e26510491ba49de693ab3b0498edcb06be6c5;p=pti%2Frtp.git diff --git a/meta-starlingx/meta-stx-integ/recipes-support/drbd/drbd-utils/0011-Disable-documentation.patch b/meta-starlingx/meta-stx-integ/recipes-support/drbd/drbd-utils/0011-Disable-documentation.patch deleted file mode 100644 index c660b49..0000000 --- a/meta-starlingx/meta-stx-integ/recipes-support/drbd/drbd-utils/0011-Disable-documentation.patch +++ /dev/null @@ -1,33 +0,0 @@ -From 27ef15d12cc63432332212fbf8c5cc4d77a29de9 Mon Sep 17 00:00:00 2001 -From: babak sarashki -Date: Sat, 26 Oct 2019 14:17:48 +0000 -Subject: [PATCH] disable documentation - ---- - Makefile.in | 3 +-- - 1 file changed, 1 insertion(+), 2 deletions(-) - -diff --git a/Makefile.in b/Makefile.in -index fd6a7443..348389e5 100644 ---- a/Makefile.in -+++ b/Makefile.in -@@ -56,7 +56,7 @@ KDIR ?= /lib/modules/$(KVER)/build - # and not in e.g. dash. I'm too lazy to fix it to be compatible. - SHELL=/bin/bash - --SUBDIRS = user scripts documentation drbd -+SUBDIRS = user scripts drbd - - REL_VERSION := $(shell $(SED) -ne '/^\#define REL_VERSION/{s/^[^"]*"\([^ "]*\).*/\1/;p;q;}' drbd/linux/drbd_config.h) - ifdef FORCE -@@ -181,7 +181,6 @@ drbd/drbd_buildtag.c: - .filelist: - @$(GIT) ls-files | sed '$(if $(PRESERVE_DEBIAN),,/^debian/d);s#^#drbd-$(DIST_VERSION)/#' > .filelist - @[ -s .filelist ] # assert there is something in .filelist now -- @find documentation -name "[^.]*.[58]" -o -name "*.html" | \ - sed "s/^/drbd-$(DIST_VERSION)\//" >> .filelist ; \ - echo drbd-$(DIST_VERSION)/drbd_config.h >> .filelist ; \ - echo drbd-$(DIST_VERSION)/drbd/drbd_buildtag.c >> .filelist ; \ --- -2.17.1 -