diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-07-03 11:49:59 +0200 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2016-07-03 12:58:51 +0200 |
commit | d0cc8792937558c52888c91f8d108e471b863de6 (patch) | |
tree | 4137395beb304db9954107b61c9e789994d60151 | |
parent | 6b1808d3e3c5d3dd7146265f620997010aa3979e (diff) | |
download | buildroot-d0cc8792937558c52888c91f8d108e471b863de6.tar.gz buildroot-d0cc8792937558c52888c91f8d108e471b863de6.zip |
mcookie: remove SOURCE variable
Now that the package infrastructure doesn't attempt to download a package
that has an empty version string, there's no need to define the SOURCE
variable in the mcookie package.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r-- | package/x11r7/mcookie/mcookie.mk | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/package/x11r7/mcookie/mcookie.mk b/package/x11r7/mcookie/mcookie.mk index 87a236fb18..b14599d596 100644 --- a/package/x11r7/mcookie/mcookie.mk +++ b/package/x11r7/mcookie/mcookie.mk @@ -4,8 +4,6 @@ # ################################################################################ -# Source included in Buildroot -MCOOKIE_SOURCE = MCOOKIE_LICENSE = Public Domain define MCOOKIE_EXTRACT_CMDS |