diff options
Diffstat (limited to 'packages/abiword/abiword-embedded_2.6.4.bb')
-rw-r--r-- | packages/abiword/abiword-embedded_2.6.4.bb | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/packages/abiword/abiword-embedded_2.6.4.bb b/packages/abiword/abiword-embedded_2.6.4.bb new file mode 100644 index 0000000000..98e69515fa --- /dev/null +++ b/packages/abiword/abiword-embedded_2.6.4.bb @@ -0,0 +1,8 @@ +require abiword-2.5.inc + +EXTRA_OECONF += "--enable-embedded" + +S = "${WORKDIR}/abiword-${PV}" + +RCONFLICTS = "abiword" +RPROVIDES += "abiword" |