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