aboutsummaryrefslogtreecommitdiffstats
path: root/packages/sdcc/sdcc-native_2.5.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'packages/sdcc/sdcc-native_2.5.0.bb')
-rw-r--r--packages/sdcc/sdcc-native_2.5.0.bb10
1 files changed, 10 insertions, 0 deletions
diff --git a/packages/sdcc/sdcc-native_2.5.0.bb b/packages/sdcc/sdcc-native_2.5.0.bb
new file mode 100644
index 0000000000..2a05d5e628
--- /dev/null
+++ b/packages/sdcc/sdcc-native_2.5.0.bb
@@ -0,0 +1,10 @@
+include sdcc_${PV}.bb
+
+inherit native
+
+# yes, we usually don't want to do this in order to prevent staging pollution,
+# however sdcc behaves pretty nice here, so we can do an exception here (ML).
+do_stage() {
+ oe_runmake install
+}
+