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, 16 insertions, 0 deletions
diff --git a/meta-extras/packages/networkmanager/files/install-tools.patch b/meta-extras/packages/networkmanager/files/install-tools.patch new file mode 100644 index 0000000000..36cb9424f9 --- /dev/null +++ b/meta-extras/packages/networkmanager/files/install-tools.patch | |||
| @@ -0,0 +1,16 @@ | |||
| 1 | Index: test/Makefile.am | ||
| 2 | =================================================================== | ||
| 3 | --- test/Makefile.am (revision 2853) | ||
| 4 | +++ test/Makefile.am (working copy) | ||
| 5 | @@ -15,8 +15,9 @@ | ||
| 6 | -DNM_RUN_DIR=\"$(rundir)\" \ | ||
| 7 | -DDATADIR=\"$(datadir)\" | ||
| 8 | |||
| 9 | -noinst_PROGRAMS = nm-tool \ | ||
| 10 | - nm-online \ | ||
| 11 | +bin_PROGRAMS = nm-tool \ | ||
| 12 | + nm-online | ||
| 13 | +noinst_PROGRAMS = \ | ||
| 14 | nmtestdevices \ | ||
| 15 | libnm_glib_test | ||
| 16 | |||
