aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/fastjar/fastjar-native.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/fastjar/fastjar-native.inc')
-rw-r--r--recipes/fastjar/fastjar-native.inc18
1 files changed, 0 insertions, 18 deletions
diff --git a/recipes/fastjar/fastjar-native.inc b/recipes/fastjar/fastjar-native.inc
deleted file mode 100644
index e4d7084138..0000000000
--- a/recipes/fastjar/fastjar-native.inc
+++ /dev/null
@@ -1,18 +0,0 @@
-DEPENDS = "zlib-native"
-
-S = "${WORKDIR}/fastjar-${PV}"
-
-inherit native
-
-do_configure () {
- gnu-configize || die "failure running gnu-configize"
- oe_runconf
-}
-
-do_make() {
- oe_runmake bin_PROGRAMS
-}
-
-do_stage() {
- oe_runmake install-binPROGRAMS
-}