aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/unrar/unrar-native_3.4.3.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/unrar/unrar-native_3.4.3.bb')
-rw-r--r--recipes/unrar/unrar-native_3.4.3.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes/unrar/unrar-native_3.4.3.bb b/recipes/unrar/unrar-native_3.4.3.bb
new file mode 100644
index 0000000000..4b87691e89
--- /dev/null
+++ b/recipes/unrar/unrar-native_3.4.3.bb
@@ -0,0 +1,14 @@
+require unrar.inc
+inherit native
+
+do_stage() {
+ install unrar ${STAGING_BINDIR}
+}
+
+do_package() {
+ :
+}
+
+do_install() {
+ :
+}