summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support
Commit message (Collapse)AuthorAgeFilesLines
* synergy: add dependency on unzip-nativeMartin Jansa2016-03-141-1/+1
| | | | | | | | | | | | | | | * otherwise may fail with: ERROR: synergy-1.7.3+1.7.4-rc8+AUTOINC+588fb4b805-r0 do_unpack_extra: Function failed: do_unpack_extra (log file is located at /home/jenkins/oe/world/shr-core/tmp-glibc/work/armv5te-oe-linux-gnueabi/synergy/1.7.3+1.7.4-rc8+AUTOINC+588fb4b805-r0/temp/log.do_unpack_extra.11874) ERROR: Logfile of failure stored in: /home/jenkins/oe/world/shr-core/tmp-glibc/work/armv5te-oe-linux-gnueabi/synergy/1.7.3+1.7.4-rc8+AUTOINC+588fb4b805-r0/temp/log.do_unpack_extra.11874 Log data follows: | DEBUG: Executing shell function do_unpack_extra | /home/jenkins/oe/world/shr-core/tmp-glibc/work/armv5te-oe-linux-gnueabi/synergy/1.7.3+1.7.4-rc8+AUTOINC+588fb4b805-r0/temp/run.do_unpack_extra.11874: 105: /home/jenkins/oe/world/shr-core/tmp-glibc/work/armv5te-oe-linux-gnueabi/synergy/1.7.3+1.7.4-rc8+AUTOINC+588fb4b805-r0/temp/run.do_unpack_extra.11874: unzip: not found | WARNING: exit code 127 from a shell command. | ERROR: Function failed: do_unpack_extra (log file is located at /home/jenkins/oe/world/shr-core/tmp-glibc/work/armv5te-oe-linux-gnueabi/synergy/1.7.3+1.7.4-rc8+AUTOINC+588fb4b805-r0/temp/log.do_unpack_extra.11874) NOTE: recipe synergy-1.7.3+1.7.4-rc8+AUTOINC+588fb4b805-r0: task do_unpack_extra: Failed ERROR: Task 0 (/home/jenkins/oe/world/shr-core/meta-openembedded/meta-oe/recipes-support/synergy/synergy_git.bb, do_unpack_extra) failed with exit code '1' Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* system-config-keyboard: inherit gettext and add dependency on intltool-nativeMartin Jansa2016-03-141-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * it actually depends on native intltool: NOTE: recipe system-config-keyboard-1.4.0-r0: task do_compile: Started ERROR: system-config-keyboard-1.4.0-r0 do_compile: oe_runmake failed ERROR: system-config-keyboard-1.4.0-r0 do_compile: Function failed: do_compile (log file is located at /home/jenkins/oe/world/shr-core/tmp-glibc/work/armv5te-oe-linux-gnueabi/system-config-keyboard/1.4.0-r0/temp/log.do_compile.16052) ERROR: Logfile of failure stored in: /home/jenkins/oe/world/shr-core/tmp-glibc/work/armv5te-oe-linux-gnueabi/system-config-keyboard/1.4.0-r0/temp/log.do_compile.16052 Log data follows: | DEBUG: Executing shell function do_compile | NOTE: make -j 8 PYTHON=/home/jenkins/oe/world/shr-core/tmp-glibc/sysroots/x86_64-linux/usr/bin/python-native/python PYTHON_SITELIB=/usr/lib/python2.7/site-packages | make: intltool-merge: Command not found | make: *** [system-config-keyboard.desktop] Error 127 | ERROR: oe_runmake failed | ERROR: Function failed: do_compile (log file is located at /home/jenkins/oe/world/shr-core/tmp-glibc/work/armv5te-oe-linux-gnueabi/system-config-keyboard/1.4.0-r0/temp/log.do_compile.16052) NOTE: recipe system-config-keyboard-1.4.0-r0: task do_compile: Failed * and it also used gettext: | DEBUG: Executing shell function do_compile | NOTE: make -j 8 PYTHON=/home/jenkins/oe/world/shr-core/tmp-glibc/sysroots/x86_64-linux/usr/bin/python-native/python PYTHON_SITELIB=/usr/lib/python2.7/site-packages | cd po && for i in *.po; do msgfmt $i -o $(echo $i |sed s/.po/.mo/) || exit 1; done | echo -e "#!/bin/sh\nexec /usr/bin/pkexec /usr/sbin/system-config-keyboard \"\$@\"" > "system-config-keyboard.sh" | chmod 755 "system-config-keyboard.sh" | /bin/sh: 1: msgfmt: not found | make: *** [gettext] Error 1 | make: *** Waiting for unfinished jobs.... | Merging translations into system-config-keyboard.desktop. | WARNING: exit code 1 from a shell command. | ERROR: oe_runmake failed | ERROR: Function failed: do_compile (log file is located at /home/jenkins/oe/world/shr-core/tmp-glibc/work/armv5te-oe-linux-gnueabi/system-config-keyboard/1.4.0-r0/temp/log.do_compile.23230) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* dfu-util: upgrade to 0.9Martin Jansa2016-03-145-63/+19
| | | | | | | | | | | | | | | | | | | | * drop commit 0792623dfa8156fb0af3f3949c901665e2df3d04 Author: Stefan `Sec` Zehl <sec@42.org> Date: Wed Jul 29 01:39:11 2015 +0200 Fix/reimplement USBPATH support Using libusb functions to retrieve port and bus numbers. Thanks to Topi Kuutela for reviewing and testing the patch. Also thanks to Timo Poikola and Topi Kuutela for having submitted alternative patches. https://sourceforge.net/p/dfu-util/tickets/6/ Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* dfu-util: fix .patch filesMartin Jansa2016-03-142-18/+19
| | | | | | | | | | | | | | | | | | | | | | * dfu-util-native was broken since last upgrade in: commit c2652c90f726fa1728307afad73c3051ca7660f5 Author: Li xin <lixin.fnst@cn.fujitsu.com> Date: Sun Jan 3 18:07:17 2016 -0800 dfu-util: 0.7 -> 0.8 Upgrade dfu-util from 0.7 to 0.8. Modify SRC_URI,since the original one can�t be opened. Modify 0001-configure.ac-Don-t-check-for-usbpath.patch,since the datas has been changed. because 0002-Revert-Makefile.am-Drop-static-dfu-util.patch didn't apply anymore. * update 0001-configure.ac-Don-t-check-for-usbpath.patch to keep check for sysexits.h Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* postgresql: Security Advisory-postgresql-CVE-2016-0766Zhixiong Chi2016-03-142-0/+36
| | | | | | | | | | | add CVE-2016-0766 patch for avoiding attackers to gain privileges via unspecified vectors. Patch comes from: http://git.postgresql.org/gitweb/?p=postgresql.git;a=summary commit f4aa3a18a20d51575562520754aa376b3b08b2d0 Signed-off-by: Zhixiong Chi <Zhixiong.Chi@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* upower: fix gobject introspectionAlexander Kanavin2016-03-141-2/+2
| | | | Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
* udisks2: fix gobject introspectionAlexander Kanavin2016-03-141-2/+2
| | | | Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
* poppler: fix gobject introspectionAlexander Kanavin2016-03-141-1/+5
| | | | Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
* freerdp: properly fix QA issueMartin Jansa2016-03-071-4/+1
| | | | | | | | | * without x11, wayland, directfb enabled there is no bindir directory so the error wasn't about empty /usr/bin/ being unpackaged, but there was /usr/bin binary which was winpr-makecert installed above, fix by creating the directory first Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* recipes: Replace "cp -a" with "cp -R --no-dereference --preserve=mode,links"Martin Jansa2016-03-042-3/+3
| | | | | | | | | * Using "cp -a" leaks UID of user running the builds, causing many QA warnings. * See this thread for details: http://lists.openembedded.org/pipermail/openembedded-core/2015-November/112904.html Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* opencv: blacklist, not compatible with currently used ffmpeg 3Martin Jansa2016-03-043-0/+8
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* ne10: fix parsingAndreas Müller2016-02-271-4/+2
| | | | | | | ERROR: ParseError at /home/superandy/data/oe-core/sources/meta-openembedded/meta-oe/recipes-support/ne10/ne10_1.2.1.bb:41: unparsed line: 'in .text [textrel]' | ETA: 00:00:13 Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* freerdp: Fix QA warning when no binaries are builtMartin Jansa2016-02-271-2/+6
| | | | | | | * without x11 or wayland enabled from DISTRO_FEATURES there is nothing in /usr/bin and this empty directory causes QA error Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* ne10: add recipeCarlos Rafael Giani2016-02-271-0/+44
| | | | | | | | | Add recipe for the Ne10 library ( http://projectne10.github.io/Ne10/ ). This library provides heavily ARM NEON optimized versions of functions that are commonly used. Signed-off-by: Carlos Rafael Giani <dv@pseudoterminal.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* geis: add missing dependency on virtual/libx11 libxext libxi libxcb dbus frameMartin Jansa2016-02-251-2/+4
| | | | | | | * all these are checked by configure.ac with PKG_CHECK_MODULES * add x11 to required DISTRO_FEATURES Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libsmi: fix the test dump filesJackie Huang2016-02-252-0/+278
| | | | | | | | | These test dump files were generated by smidump 0.4.5 which would not match with the ones generated by 0.4.8, so update them with the ones for 0.4.8. Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* log4cpp: Fix build system path in pkgconfig file QA failure.Philip Balister2016-02-252-3/+25
| | | | | | | | * Must remove path from pc.in and stop configure.in from regenerating the file. * Also included some changes requested in earlier review that arrived late. Signed-off-by: Philip Balister <philip@balister.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* uim: fix packaging issuesMartin Jansa2016-02-251-1/+2
| | | | | | | | | | | | | | | | | * I'm not sure if these belong to uim-xim or rather uim-gtk2.0/uim-gtk3 but original author obviously doesn't care so I'll follow the uim-candwin-gtk example and put them all in uim-xim * fixes: uim-1.8.6: uim: Files/directories were installed but not shipped in any package: /usr/libexec/uim-candwin-horizontal-gtk /usr/libexec/uim-candwin-gtk3 /usr/libexec/uim-candwin-tbl-gtk3 /usr/libexec/uim-candwin-tbl-gtk /usr/libexec/uim-candwin-horizontal-gtk3 Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install. uim: 5 installed and not shipped files. [installed-vs-shipped] Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* freerdp: fold .inc into .bbMartin Jansa2016-02-252-82/+75
| | | | | | | | | | * currently it's broken again ERROR: freerdp-1.2.5+gitrAUTOINC+62da9d28c6-r0 do_package: QA Issue: freerdp: Files/directories were installed but not shipped in any package: /usr/bin Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install. freerdp: 1 installed and not shipped files. [installed-vs-shipped] Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libnice, farsight2, pidgin: Blacklist because libnice's nice.pcMartin Jansa2016-02-253-1/+3
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libtinyxml2: drop trailing continuation character in do_compileMartin Jansa2016-02-251-2/+1
| | | | | | | | | | | * with newer bitbake it parses it differently and task fails: http://errors.yoctoproject.org/Errors/Details/35147/ DEBUG: Executing shell function do_compile /home/jenkins/oe/world/shr-core/tmp-glibc/work/armv5te-oe-linux-gnueabi/libtinyxml2/2.2.0+gitAUTOINC+d211bb1351-r0/temp/run.do_compile.21186: 118: /home/jenkins/oe/world/shr-core/tmp-glibc/work/armv5te-oe-linux-gnueabi/libtinyxml2/2.2.0+gitAUTOINC+d211bb1351-r0/temp/run.do_compile.21186: Syntax error: end of file unexpected (expecting "}") WARNING: exit code 2 from a shell command. ERROR: Function failed: do_compile (log file is located at /home/jenkins/oe/world/shr-core/tmp-glibc/work/armv5te-oe-linux-gnueabi/libtinyxml2/2.2.0+gitAUTOINC+d211bb1351-r0/temp/log.do_compile.21186) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* soci: Fix build when static libs disabledRichard Purdie2016-02-251-0/+1
| | | | | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xmlstarlet: Disable PARALLEL_MAKERichard Purdie2016-02-251-0/+7
| | | | | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* poppler-data: Fix to work with changed makeflagsRichard Purdie2016-02-251-1/+1
| | | | | | | Without this, the data is installed into /usr/local and fails QA checks. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* mongodb: Fix to work with disabled static libsRichard Purdie2016-02-251-0/+1
| | | | | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libsdl2-ttf: update to 2.0.14Andreas Müller2016-02-251-7/+3
| | | | | | | Licence checksum was changed by change of copyright year. Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libsdl-ttf: update to 2.0.11Andreas Müller2016-02-252-65/+7
| | | | | | | | | | * Licence changed to Zlib [1] * patch does not apply anymore and does not seem to miss [1] https://www.libsdl.org/projects/SDL_ttf/ Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xdelta3: Package update to 3.0.11Armin Kuster2016-02-253-91/+4
| | | | | | | | | | | | removed two files as they got accecpted upstream Update SRC_URI to location where this version exists Includes security fix CVE-2014-9765 CVE-2014-9765 xdelta: buffer overflow in main_get_appheader (fixed in 3.0.9 and after) Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* wmiconfig: Explicitly set EXTRA_OEMAKE as requiredMike Crowe2016-02-251-0/+2
| | | | | | | | | This recipe currently relies on EXTRA_OEMAKE having been to set to "-e MAKEFLAGS=" in bitbake.conf to operate. It is necessary to make this explicit so that the default in bitbake.conf can be changed. Signed-off-by: Mike Crowe <mac@mcrowe.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* system-setup-keyboard: Explicitly set EXTRA_OEMAKE as requiredMike Crowe2016-02-251-0/+2
| | | | | | | | | This recipe currently relies on EXTRA_OEMAKE having been to set to "-e MAKEFLAGS=" in bitbake.conf to operate. It is necessary to make this explicit so that the default in bitbake.conf can be changed. Signed-off-by: Mike Crowe <mac@mcrowe.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libsodium: Update to version 1.0.8.Philip Balister2016-02-251-2/+2
| | | | | Signed-off-by: Philip Balister <philip@balister.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* bash-completion: move to oe-coreGeorge McCollister2016-02-151-39/+0
| | | | | | | | Move bash-completion to OE core since recipes are creating packages that should RDEPEND on bash-completion. Signed-off-by: George McCollister <george.mccollister@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* ckermit: Explicitly set EXTRA_OEMAKE as requiredMike Crowe2016-02-151-0/+2
| | | | | | | | | This recipe currently relies on EXTRA_OEMAKE having been to set to "-e MAKEFLAGS=" in bitbake.conf to operate. It is necessary to make this explicit so that the default in bitbake.conf can be changed. Signed-off-by: Mike Crowe <mac@mcrowe.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* mg: Explicitly set EXTRA_OEMAKE as requiredMike Crowe2016-02-151-0/+2
| | | | | | | | | This recipe currently relies on EXTRA_OEMAKE having been to set to "-e MAKEFLAGS=" in bitbake.conf to operate. It is necessary to make this explicit so that the default in bitbake.conf can be changed. Signed-off-by: Mike Crowe <mac@mcrowe.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* pngcheck: Explicitly set EXTRA_OEMAKE as requiredMike Crowe2016-02-151-1/+2
| | | | | | | | | This recipe currently relies on EXTRA_OEMAKE having been to set to "-e MAKEFLAGS=" in bitbake.conf to operate. It is necessary to make this explicit so that the default in bitbake.conf can be changed. Signed-off-by: Mike Crowe <mac@mcrowe.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* vboxguestdrivers: upgrade to 4.3.36Martin Jansa2016-02-151-2/+2
| | | | | | | | | | | | | | | | * 4.3.30 isn't compatible with newer kernels and fails with: 4.3.30-r0/vbox_module/vboxsf/lnkops.c: In function 'sf_follow_link': 4.3.30-r0/vbox_module/vboxsf/lnkops.c:43:5: error: implicit declaration of function 'nd_set_link' [-Werror=implicit-function-declaration] nd_set_link(nd, error ? ERR_PTR(error) : path); ^ 4.3.30-r0/vbox_module/vboxsf/lnkops.c: In function 'sf_put_link': 4.3.30-r0/vbox_module/vboxsf/lnkops.c:49:18: error: implicit declaration of function 'nd_get_link' [-Werror=implicit-function-declaration] char *page = nd_get_link(nd); ^ * see: https://www.virtualbox.org/ticket/14227 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* hunspell: initial add 1.3.3Andreas Müller2016-02-151-0/+18
| | | | | | | | | | | | | | | There are at least three different places where hunspell recipe is found [1-3]. Let's move it to a more common place to avoid further redundancy. Native extension is required for libreoffice-native in meta-office [4]. [1] https://github.com/openwebos/meta-webos/blob/master/recipes-upstreamable/hunspell/hunspell_1.3.2.bb [2] https://github.com/webOS-ports/meta-webos-ports/blob/master/meta-luneos/recipes-upstreamable/hunspell/hunspell_1.3.2.bb [3] https://github.com/schnitzeltony/meta-office/blob/master/recipes-support/hunspell/hunspell_1.3.3.bb [4] https://github.com/schnitzeltony/meta-office Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* openldap: enable native buildIoan-Adrian Ratiu2016-02-151-0/+2
| | | | | | | | This is required by the apr-util & apache2 recipes to enable ldap support without breaking the build (nothing provides -native) Signed-off-by: Ioan-Adrian Ratiu <adrian.ratiu@ni.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* mongodb: 2.6.0 -> 3.3.0 and remove from pnblacklistSven Ebenfeld2016-02-157-344/+105
| | | | | | | | | | | Since building mongodb was impossible currently, I updated the recipe and got it working on arm >= v6, x86 and x86_64. Unfortunately, it fails building with system-boost for the current version 1.60. The corresponding ticket SERVER-17294 of mongodb jira is still in progress. So we use the built-in version of boost. Signed-off-by: Sven Ebenfeld <sven.ebenfeld@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* start-stop-daemon: Upgrade 1.16.0.2 -> 1.17.25Ioan-Adrian Ratiu2016-02-152-8/+51
| | | | | | Signed-off-by: Ioan-Adrian Ratiu <adrian.ratiu@ni.com> Signed-off-by: Brad Mouring <brad.mouring@ni.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* geis: initial add 2.2.17Andreas Müller2016-02-011-0/+52
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* grail: initial add 3.1.0Andreas Müller2016-02-011-0/+23
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* frame: initial add 2.5.0Andreas Müller2016-02-011-0/+21
| | | | | | | Note: configure.ac asks for xorg-server explicitly. Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* atop: add recipeKai Kang2016-02-016-0/+176
| | | | | | | | | | | | | | Add recipe for atop. * remove bashisms for scripts * fix permissions for executable files * create volatile directory /var/volatile/log/atop * implement status command in sysvinit script * drop atopacctd which is excluded from most distribution such as Ubuntu and Fedora Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* openldap: improve packaging of OpenLDAP modulesBruno Vernay2016-02-011-1/+27
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* fbset: Fix out of tree builds ( S != B )Khem Raj2016-02-012-3/+38
| | | | | | | Remove assumption about glibc == linux Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* lvm2: Portable fixes for fixing compile with muslKhem Raj2016-02-015-1/+247
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* numactl: update to 2.0.11Armin Kuster2016-02-011-3/+3
| | | | | | | LIC_FILES_CKSUM changed do to adding version history. Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* wmiconfig: mark as having broken "make clean"Bob Ham2016-02-011-0/+2
| | | | | | | Set CLEANBROKEN as the Makefile has no "clean" target. Signed-off-by: Bob Ham <bob.ham@collabora.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* s3c64xx-gpio: mark as having broken "make clean"Bob Ham2016-02-011-0/+2
| | | | | | | Set CLEANBROKEN as the Makefile has no "clean" target. Signed-off-by: Bob Ham <bob.ham@collabora.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>