diff options
Diffstat (limited to 'meta-extras/packages/networkmanager/files/install-tools.patch')
-rw-r--r-- | meta-extras/packages/networkmanager/files/install-tools.patch | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/meta-extras/packages/networkmanager/files/install-tools.patch b/meta-extras/packages/networkmanager/files/install-tools.patch deleted file mode 100644 index 36cb9424f9..0000000000 --- a/meta-extras/packages/networkmanager/files/install-tools.patch +++ /dev/null @@ -1,16 +0,0 @@ -Index: test/Makefile.am -=================================================================== ---- test/Makefile.am (revision 2853) -+++ test/Makefile.am (working copy) -@@ -15,8 +15,9 @@ - -DNM_RUN_DIR=\"$(rundir)\" \ - -DDATADIR=\"$(datadir)\" - --noinst_PROGRAMS = nm-tool \ -- nm-online \ -+bin_PROGRAMS = nm-tool \ -+ nm-online -+noinst_PROGRAMS = \ - nmtestdevices \ - libnm_glib_test - |