diff options
Diffstat (limited to 'packages/icon-slicer')
-rw-r--r-- | packages/icon-slicer/icon-slicer-native_0.3.bb | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/packages/icon-slicer/icon-slicer-native_0.3.bb b/packages/icon-slicer/icon-slicer-native_0.3.bb deleted file mode 100644 index e23bcacdff..0000000000 --- a/packages/icon-slicer/icon-slicer-native_0.3.bb +++ /dev/null @@ -1,18 +0,0 @@ -LICENSE = "MIT" - -SRC_URI = "http://freedesktop.org/software/icon-slicer/releases/icon-slicer-${PV}.tar.gz" - -inherit autotools native - -DEPENDS = "gtk+-native popt-native" - -S = "${WORKDIR}/icon-slicer-${PV}" - -AUTOTOOLS_STAGE_PKGCONFIG = "1" - -do_stage() { - autotools_stage_all -} - - - |