diff options
Diffstat (limited to 'packages/geda/geda-xgsch2pcb_0.1.2.bb')
-rw-r--r-- | packages/geda/geda-xgsch2pcb_0.1.2.bb | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/packages/geda/geda-xgsch2pcb_0.1.2.bb b/packages/geda/geda-xgsch2pcb_0.1.2.bb deleted file mode 100644 index ccfe151955..0000000000 --- a/packages/geda/geda-xgsch2pcb_0.1.2.bb +++ /dev/null @@ -1,19 +0,0 @@ -DESCRIPTION = "Graphical front-end for the gschem -> pcb workflow" -LICENSE = "GPLv2" -HOMEPAGE = "http://geda.seul.org" -FILES_${PN} += "${datadir}/icons" - -DEPENDS = "python-native" -# python-codecs for gettext.py -RDEPENDS = "geda-gschem geda-utils pcb python-codecs python-dbus python-pygtk python-subprocess" - -SRC_URI = "http://geda.seul.org/dist/${P}.tar.gz \ - file://skip-python-checks.patch;patch=1" - -inherit autotools - -EXTRA_OECONF = "--disable-update-desktop-database" - -do_configure_prepend() { - sed -i -e s:\\\$\(PYTHON\):${bindir}/python:g Makefile.am -} |